Convert RGB jpeg to CMYK eps
Posted: 2010-11-16T13:11:03-07:00
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;
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.
Code: Select all
convert image.jpg -profile "SNAP2007.icc" image_cmyk.eps
I'm using Imagemagick 6.6.5 Q16 and Ghostscript 8.71.
Thanks.