[Webkit-unassigned] [Bug 53250] [chromium] JPEG corruption
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 2 00:34:23 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=53250
--- Comment #6 from Hironori Bono <hbono at chromium.org> 2011-02-02 00:34:23 PST ---
Greetings Adam,
(In reply to comment #5)
> It looks similar to problems we had with PNGs. In that case, we were trying to apply some image transformation (Grayscale => RGB) twice. Should be easy to narrow down by commenting out code.
Yes. This JPEG is a CMYK JPEG and JPEGDecoder applies CMYK->RGB conversion. (Unfortunately, I'm not sore who uses the ColorSpace object and applies another color conversion.) Is it OK to call 'ImageDecoder::setIgnoreGammaAndColorProfile(true)' also in this case as you did for Bug 49950 <http://webkit.org/b/49950>?
Regards,
Hironori Bono
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list