[Poppler-bugs] [Bug 19483] Regression - poppler head does not render a document that was fine with 0. 8.7
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Jan 10 08:20:20 PST 2009
http://bugs.freedesktop.org/show_bug.cgi?id=19483
--- Comment #5 from Koji Otani <sho at bbr.jp> 2009-01-10 08:20:19 PST ---
The sample PDF use CMYK Color Profile.
My Color Managemnent Patch uses 'double' as data format with cmsDoTransform of
libcms.
But, I've found that with a CMYK Color Profile and 'double' data format
cmsDoTransform produces wrong results.
So, to resolve this problem, 'byte' should be used as data format for
cmsDoTransform.
I've attached a patch to resolve this problem.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Poppler-bugs
mailing list