conversion from rgb jpeg to cmyk jpeg problem

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
sonusdream

conversion from rgb jpeg to cmyk jpeg problem

Post by sonusdream »

i tried converting a jpg image that uses rgb color profile to cmyk jpg using this:

convert rgb.jpg -profile USWebCoatedSWOP.icc cmyk.jpg

but i am getting this error:

convert: Color profile operates on another colorpsace 'icm'

i've been googling for a solution to this problem but i cant seem to find one.

btw, i'm using the latest IM version 6.3.1

hope you can help me with this one.


thanks in advance,

sonus
Post Reply