Page 1 of 1

dpi setting not working

Posted: 2008-10-17T08:56:09-07:00
by simon
Running this in version 6.0.1 results in an image with the dpi set to 300

Code: Select all

convert -compress RLE -density 300x300 -units PixelsPerInch in.tif out.tif
running it in version 6.4.4 results in an image with a dpi of 1

What has changed here?

Re: dpi setting not working

Posted: 2008-10-17T09:44:55-07:00
by fmw42
try using the v6 syntax

convert infile arguments outfile

Re: dpi setting not working

Posted: 2008-10-17T09:48:52-07:00
by simon
same result 1 dpi