CMYK color shifts
Posted: 2009-08-13T23:21:53-07:00
I'm using ImageMagick-6.5.4-8 via command line Linux.
I have noticed when I render colored text in a CMYK color space, the resulting text is not the same CMYK value that I specified. I'm working on a print project, so exact CMYK values are necessary.
This is a simplified example that yields my issue:
convert -colorspace cmyk -background white -fill 'cmyk(10%,100%,50%,0%)' -size 200x50 -caption:'test' test.pdf
The resulting text's color gets shifted from (10%,100%,50%,0%) to (0%,100%,44%,10%). They look close enough on the screen, but the printed output is very different for some colors.
Is there a work around to force or trick the font rendering routines to stick to my CMYK values?
Thank you.
I have noticed when I render colored text in a CMYK color space, the resulting text is not the same CMYK value that I specified. I'm working on a print project, so exact CMYK values are necessary.
This is a simplified example that yields my issue:
convert -colorspace cmyk -background white -fill 'cmyk(10%,100%,50%,0%)' -size 200x50 -caption:'test' test.pdf
The resulting text's color gets shifted from (10%,100%,50%,0%) to (0%,100%,44%,10%). They look close enough on the screen, but the printed output is very different for some colors.
Is there a work around to force or trick the font rendering routines to stick to my CMYK values?
Thank you.