Page 1 of 1

EPS-TIF preview wrong size bug?

Posted: 2009-04-23T02:01:34-07:00
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)