Page 1 of 1

density units PixelsPerInch bug

Posted: 2012-05-02T08:18:42-07:00
by StUser
convert.exe --version
Version: ImageMagick 6.7.6-8 2012-04-22 Q16 http://www.imagemagick.org

convert.exe 1.bmp -units PixelsPerInch -density 600 1.tif

identify.exe -verbose 1.tif
Image: 1.tif
Format: TIFF (Tagged Image File Format)
Class: DirectClass
Geometry: 2650x4475+0+0
Resolution: 1524x1524
Print size: 1.73885x2.93635
Units: PixelsPerInch

Re: density units PixelsPerInch bug

Posted: 2012-05-02T18:32:01-07:00
by anthony
Link to the the input image?

Re: density units PixelsPerInch bug

Posted: 2014-03-06T22:52:17-07:00
by swapnilkamthe
Try command like this
convert.exe -units PixelsPerInch 1.bmp -density 600 1.tif