Closed GoogleCodeExporter closed 9 years ago
Original comment by andrew.k...@gmail.com
on 11 Nov 2011 at 3:59
Fixing Convolution filter so it processes correctly 16bpp grayscale images.
Previously there was a bug causing 16 bpp grayscale images to be processed as
24/32 colour image.
Committed in revision 1630. Will be released in version 2.2.3.
P.S. Yes, the suggested fix is correct. Another way could be
if ((pixelSize <= 4) && (pixelSize != 2))
This type of check was aready there for some other filters.
Original comment by andrew.k...@gmail.com
on 11 Nov 2011 at 4:04
Great.
Thank you very much for your quick fix release :)
And congrats for this excellent framework.
Original comment by jede...@gmail.com
on 11 Nov 2011 at 4:17
It is not released. It is just fixed. So for now users need to build from SVN
if they want to get the fix. Formal release will be done later.
Original comment by andrew.k...@gmail.com
on 11 Nov 2011 at 4:36
Original comment by andrew.k...@gmail.com
on 12 Dec 2011 at 9:16
Original issue reported on code.google.com by
jede...@gmail.com
on 11 Nov 2011 at 3:39