JPEG-CMYK to EPS-CMYK is distorted

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
Carter J
Posts: 116
Joined: 2013-12-19T02:20:09-07:00
Authentication code: 6789

JPEG-CMYK to EPS-CMYK is distorted

Post by Carter J »

Hi All,

When I'm trying to convert JPEG-CMYK to EPS-CMYK, the output image is distorted.

Command used:

convert -alpha off JPEG_CMYK_2.jpg JPEG_CMYK_2.eps

I have also tried

convert C:\Users\admin\Dropbox\JPEG_CMYK_2.jpg -profile D:\ICCProfiles\USWebCoatedSWOP.icc -profile D:\ICCProfiles\USWebCoatedSWOP.icc C:\Users\admin\Dropbox\JPEG_CMYK_2.eps


Below are the links for both input Image and output Image.
https://www.dropbox.com/s/k69w59phubrjs ... CMYK_2.jpg
https://www.dropbox.com/s/urz0vjw9cnxlo ... CMYK_2.eps


ImageMagick Version:
ImageMagick 6.8.7-4 2013-10-26 Q16

Thanks,
Post Reply