[Webkit-unassigned] [Bug 27909] WebKit cannot decode jpegs that are in CMYK or YCCK format

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 7 10:45:36 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27909





--- Comment #16 from Alexey Proskuryakov <ap at webkit.org>  2009-08-07 10:45:35 PDT ---
Please see <http://en.wikipedia.org/wiki/CMYK_color_model#Conversion>, for
example.

Please also note that the only sensible reason to use CMYK on the Web is to
enable wide-gamut printing. So, besides a way to convert CMYK for display we'd
need a way to convert it directly to printer color space, as
CMYK->display->printer will lose a lot of quality regardless of how well it is
performed, simply because printer gamut is different.

See <https://bugs.webkit.org/show_bug.cgi?id=12205#c6> for what Opera does with
CMYK CSS colors - there's a good chance that they do the same with images.

-- 
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