Summary: | Poppler incorrectly renders CMYK black color | ||
---|---|---|---|
Product: | poppler | Reporter: | Igor Liferenko <igor.liferenko> |
Component: | general | Assignee: | poppler-bugs <poppler-bugs> |
Status: | RESOLVED NOTABUG | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | in this patch we simply use "no light" for full black ink |
Description
Igor Liferenko
2016-07-28 08:38:32 UTC
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. No. Default black will start only black ink. No CMY inks. It is normally used for printing text. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.