CMYK PDF results in incorrect color conversion
-
Hi @stianlik —
Great plugin, very useful for us! However, we’re having an issue where CMYK .pdfs aren’t generating accurate .jpegs — there are sometimes significant color shifts.
Converting the .pdf to RGB first, then uploading it, does not result in any color shifts. But for a variety of reasons, it’s not possible for us to do this. The .pdfs need to remain in CMYK.
It looks like the solution to the problem is to explicitly declare a CMYK color space before converting to JPEG:
“It’s necessary because otherwise Ghostscript (before returning pam image to ImageMagick) will perform CMYK to CMYK convertion (assuming DeviceCMYK to be CIEbased CMYK), and you probably don’t want that, as colors will shift considerably.”
Would it be possible for you to implement this extra command for CMYK images?
All the best,
john.
- The topic ‘CMYK PDF results in incorrect color conversion’ is closed to new replies.