Images distorted and showing incorrect Resolution when converting from ANY-Fomat to EPS-CMYK

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
jackharper
Posts: 1
Joined: 2014-11-18T03:13:27-07:00
Authentication code: 6789

Images distorted and showing incorrect Resolution when converting from ANY-Fomat to EPS-CMYK

Post by jackharper »

Hi,

We are trying to convert ANY(Format)-CMYK to EPS-CMYK.

The output EPS files are distorted and showing incorrect resolution value. (Always "72")

However, with reference to below link, when outputImage prefixed with "ps3", the output quality of image is fine for some images and still some images are distorted.

viewtopic.php?p=108038#p108038

Input Image Links:
https://www.dropbox.com/s/f722la9hhtglt ... CMYK_1.tif
http://i.imgur.com/Gd8SDPz.jpg

commands used:
convert -units pixelsperinch -density 216 inputImage.jpg ps3:outputImage.eps

Any workaround for these kind of issues?

ImageMagick version:
ImageMagick 6.9.0-0 Q16 x64

GhostScript Version:
9.15
Post Reply