Alpal94 / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

AForge.Imaging.Filters mono support #296

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Some filters don't work on mono (2.10.8) (e.g. MoveTowards)

The problem lies in some of the Base***Filter classes while calling 
SetResolution(...) with invalid parameters.
The parameters are invalid (0) which may come from a mono issue.
However it is easy to check their validity first before.

The patch is on the trunk, version 1686.

Original issue reported on code.google.com by sebcac...@gmail.com on 2 May 2012 at 9:57

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 2 May 2012 at 2:51

GoogleCodeExporter commented 8 years ago
Fixed setting DPI resolution of result image which was failing before on Mono.

Committed in revision 1687.

Original comment by andrew.k...@gmail.com on 2 May 2012 at 2:52

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 16 Jul 2013 at 9:52