Color Problem while converting CMYK EPS to jpg

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
rahulrr

Color Problem while converting CMYK EPS to jpg

Post by rahulrr »

I am trying to convert CMYK EPS to jpg . Command i am using is -->
convert -density 400 [input.eps] -profile [USWebCoatedSWOP.icc] -profile [AdobesRGB1998.icc] -geometry 630x428 +profile '*' -quality 75 [output.jpg]

following is the URL of eps file.
https://ftp01.nishikawa.jp/ImageMagick/TEST.eps
Using IM 6.2.8 & GS 8.15 i am not getting proper colors in jpg file.
following is the URL of jpg file.
https://ftp01.nishikawa.jp/ImageMagick/NG_TEST.jpg

I appreciate any help.

Regards,
Rahul
Post Reply