Page 1 of 1

vector format and cmyk mode?

Posted: 2007-02-27T07:44:01-07:00
by arindra
sir,
how can i convert any fomat(.jpg,.png,.pdf...) to .ps format which produce vectorformat
and the output image is in cmyk mode.
I use this command:
convert 1.jpg 1.ps (for jpg to ps but it not produce vector format).

convert image.jpg -profile sRGB.icc -profile SWOP.icm image.tif(RGB->CMYK)
convert image.jpg -colorspace cmyk -density 300 image.jpg(RGB->CMYK)
convert rgb.jpg -intent relative -black-point-compensation -profile icm cmyk.jpg(RGB->CMYK)