dpi setting not working
Posted: 2008-10-17T08:56:09-07:00
Running this in version 6.0.1 results in an image with the dpi set to 300
running it in version 6.4.4 results in an image with a dpi of 1
What has changed here?
Code: Select all
convert -compress RLE -density 300x300 -units PixelsPerInch in.tif out.tif
What has changed here?