density units PixelsPerInch bug

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
StUser
Posts: 1
Joined: 2012-05-02T08:10:33-07:00
Authentication code: 13

density units PixelsPerInch bug

Post 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
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: density units PixelsPerInch bug

Post by anthony »

Link to the the input image?
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
swapnilkamthe
Posts: 1
Joined: 2014-03-06T22:50:34-07:00
Authentication code: 6789

Re: density units PixelsPerInch bug

Post by swapnilkamthe »

Try command like this
convert.exe -units PixelsPerInch 1.bmp -density 600 1.tif
Post Reply