Code: Select all
convert TIFF-CMYK_1.tif -units pixelsperinch -density 216 ps3:Test_Out.eps
Code: Select all
convert TIFF-CMYK_1.tif -units pixelsperinch -density 216 ps3:Test_Out.eps
snibgo wrote:Try:Code: Select all
convert TIFF-CMYK_1.tif -units pixelsperinch -density 216 ps3:Test_Out.eps
We are trying to write a EPS file here.dlemstra wrote:ImageMagick does not store the DPI in the EPS file. The value you are seeing is the default value that is used when reading an EPS file.