[Poppler-bugs] [Bug 34053] Poppler ignores rendering intents and always uses INTENT_RELATIVE_COLORIMETRIC

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Aug 7 01:55:51 PDT 2013


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

Thomas Freitag <Thomas.Freitag at alfa.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #83659|0                           |1
        is obsolete|                            |

--- Comment #18 from Thomas Freitag <Thomas.Freitag at alfa.de> ---
Created attachment 83768
  --> https://bugs.freedesktop.org/attachment.cgi?id=83768&action=edit
Use icc profile in OutputIntents

I wasn't able to get GfxICCBasedColorSpace::getRGB running with lcms if the icc
profile in OutputIntents is a CMYK connector, neither with
cmsCreateMultiprofileTransform() nor with cmsCreateProofingTransform(): I
always got wrong RGB colors back. But I'm neither a CMM nor a lcms specialist.
So I give up, but to get it running I now use the transform to get the correct
cmyk values and then convert it to RGB with the poppler utils. So with this
patch it is no more necessary to compile poppler with SPLASH_CMYK.
And, much more important: You'll see now the effects also in okular (and it
should be working also with cairo, but that's untested).

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


More information about the Poppler-bugs mailing list