I have the following source JPEG (in RGB colorspace):
When I convert this image with the following command,
Code: Select all
convert source.jpg -profile "sRGB.icm" -profile "PSOcoated_v3.icc" cmyk.jpg
When converting it to a pdf, however, I get the following result:
http://pietercampo.be/magick/cmyk.pdf
I used this command:
Code: Select all
convert source.jpg -profile "sRGB.icm" -profile "PSOcoated_v3.icc" cmyk.pdf
Code: Select all
pdfimages -list cmyk.pdf
page num type width height color comp bpc enc interp object ID x-ppi y-ppi size ratio
--------------------------------------------------------------------------------------------
1 0 image 2592 1944 cmyk 4 8 jpeg no 8 0 72 72 4341K 22%
Thanks in advance!
Nathan