EPS-TIF preview wrong size bug?

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
deepersee

EPS-TIF preview wrong size bug?

Post by deepersee »

If I convert a Photoshop EPS to TIF the Image looks like it worked
perfect but when I load it in an layout programm (InDesign or Quark)
it's displayed to small (half size).
It's like a wrong preview is attached in TIF. Workaround solution is to
convert in JPG (maybe there is no preview allowed).

convert input.tif -depth 8 -resample 72 -compress LZW output.tif
exiftool -Photoshop:XResolution=72 -overwrite_original output.tif
exiftool -Photoshop:YResolution=72 -overwrite_original output.tif

(ImageMagick-6.5.1-Q16)
Post Reply