Page 1 of 1

Convert RGB jpeg to CMYK eps

Posted: 2010-11-16T13:11:03-07:00
by Russ
Im trying to convert an RGB jpeg image to a CMYK eps, but the eps file is always created with an RGB colourspace. This is what im doing;

Code: Select all

convert image.jpg -profile "SNAP2007.icc" image_cmyk.eps
I can convert to a cmyk jpeg, just not a CMYK eps, so im wondering if i'm missing a command or if this conversion is supported?

I'm using Imagemagick 6.6.5 Q16 and Ghostscript 8.71.

Thanks.

Re: Convert RGB jpeg to CMYK eps

Posted: 2010-11-16T16:08:38-07:00
by Russ
If anyone's interested - I've gotten this to work by using postscript level 3;

Code: Select all

convert image.jpg -profile "SNAP2007.icc" image_cmyk.eps3