[magick-users] CMYK PDF read as CMY (without K channel).
Pierre-Yves Landuré
py.landure at dorigo.fr
Wed Nov 12 09:13:02 PST 2008
Hi,
First I want to thank the ImageMagick team :) Keep the good work :)
I use ImageMagick in a application that handle CMYK images and PDFs. And
i've encountered a problem that is of great deal to me.
When i convert a cmyk PDF (with CMYK texts and Images) to JPG using this
command line:
convert -colorspace CMYK original_cmyk.pdf result_cmyk.jpg
I've got the issue that the resulting JPEG image has a CMYK colorspace,
but the K channel has no data. The PDF is converted from CMYK to CMY
with the result of darkening the image.
I really need the CMYK colors to be keeped.
Is this a bug, or am i doing something wrong ?
Thank you for your help,
Pierre-Yves Landuré
More information about the Magick-users
mailing list