[Poppler-bugs] [Bug 97103] Poppler incorrectly renders CMYK black color

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jul 28 09:19:31 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=97103

Adrian Johnson <ajohnson at redneon.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |NOTABUG
             Status|NEW                         |RESOLVED

--- Comment #1 from Adrian Johnson <ajohnson at redneon.com> ---
The reason CMYK(0,0,0,1) does not map to RGB(0,0,0) is CMYK(0,0,0,1) is not the
darkest CMYK color. CMYK(1,1,1,1) is the darkest (see
https://en.wikipedia.org/wiki/Rich_black).

Testing with CMYK(0,0,0,1):

Adobe Reader: RGB(35,31,32)
Ghostscript: RGB(34,31,32)
Poppler: RGB(35,31,32)


Testing with CMYK(1,1,1,1):

Adobe Reader: RGB(0,0,0)
Ghostscript: RGB(0,0,0)
Poppler: RGB(0,0,0)


Poppler is outputting exactly the same colors as Adobe Reader.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler-bugs/attachments/20160728/dbe3565f/attachment.html>


More information about the Poppler-bugs mailing list