Closed GoogleCodeExporter closed 8 years ago
Also there is a bug in the JpegEncoder constructor converting (8-bit) Grayscale
images.
Replace:
_input.Image.ChangeColorSpace(ColorSpace.YCbCr);
With this to fix:
_input = new DecodedJpeg(_input.Image.ChangeColorSpace(ColorSpace.YCbCr),
_input.MetaHeaders);
Original comment by snakewar...@gmail.com
on 3 Feb 2009 at 2:13
Original comment by jeff.pow...@gmail.com
on 19 Feb 2009 at 4:43
Resolved with revision 9. snakeware95: the colorspace change happens in-place
so I
think that edit isn't needed. resubmit a bug if problems remain.
Original comment by jeff.pow...@gmail.com
on 19 Feb 2009 at 10:20
Original issue reported on code.google.com by
nelliga...@gmail.com
on 4 Dec 2008 at 5:53Attachments: