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
density units PixelsPerInch bug
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: density units PixelsPerInch bug
Link to the the input image?
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
-
- Posts: 1
- Joined: 2014-03-06T22:50:34-07:00
- Authentication code: 6789
Re: density units PixelsPerInch bug
Try command like this
convert.exe -units PixelsPerInch 1.bmp -density 600 1.tif
convert.exe -units PixelsPerInch 1.bmp -density 600 1.tif