Converting PDF to TIFF, color management
Posted: 2010-02-24T12:39:52-07:00
Hello!
We try to convert files from PDF to TIFF using "convert" command:
After converting file to "test.tiff" colors does not match to colors in "test.pdf" What is wrong?
yellow color is CMYK(0%, 4%, 74%, 0%), must be CMYK(0%, 0%, 100%, 0%),
black color has the matched value CMYK(0%, 0%, 0%, 100%).
used files:
http://www.martes.de/test.pdf
http://www.martes.de/test.tiff
Thanks for any ideas/support
We try to convert files from PDF to TIFF using "convert" command:
Code: Select all
# convert -density 72 test.pdf -colorspace cmyk test.tiff
yellow color is CMYK(0%, 4%, 74%, 0%), must be CMYK(0%, 0%, 100%, 0%),
black color has the matched value CMYK(0%, 0%, 0%, 100%).
used files:
http://www.martes.de/test.pdf
http://www.martes.de/test.tiff
Thanks for any ideas/support