dpi setting not working

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
simon

dpi setting not working

Post 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?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: dpi setting not working

Post by fmw42 »

try using the v6 syntax

convert infile arguments outfile
simon

Re: dpi setting not working

Post by simon »

same result 1 dpi
Post Reply