Convert .bmp to .tif with specific resolution
Posted: 2009-09-04T09:08:32-07:00
I am trying to convert a .bmp image to a tif image with 300x300 resolution. Convert is making a conversion but the resolution of the created .tif file is not specified so subsequent operations on the .tif file are failing. Any ideas or suggestions on how to make this work?
Thanks
Mike
Platform: Win32
Results of Convert using -Verbose:
>convert -verbose Mike161755.bmp -verbose Mike161755.tif
Mike161755.bmp BMP 208x112+0+0 PseudoClass 2c 8-bit 3198b 0.0u 0:01
Mike161755.bmp BMP 208x112+0+0 PseudoClass 2c 8-bit 3198b 0.0u 0:01
TIFF Directory at offset 0x0
Image Width: 208 Image Length: 112
Bits/Sample: 1
Compression Scheme: CCITT Group 4
Photometric Interpretation: min-is-white
FillOrder: msb-to-lsb
Software: "ImageMagick 5.4.9 09/01/02 Q16 http://www.imagemagick.org"
Document Name: "Mike161755.tif"
Orientation: row 0 top, col 0 lhs
Samples/Pixel: 1
Rows/Strip: 112
Planar Configuration: single image plane
Mike161755.bmp=>Mike161755.tif TIF 208x112+0+0 PseudoClass 2c 8-bit 0.0u 0:01
Thanks
Mike
Platform: Win32
Results of Convert using -Verbose:
>convert -verbose Mike161755.bmp -verbose Mike161755.tif
Mike161755.bmp BMP 208x112+0+0 PseudoClass 2c 8-bit 3198b 0.0u 0:01
Mike161755.bmp BMP 208x112+0+0 PseudoClass 2c 8-bit 3198b 0.0u 0:01
TIFF Directory at offset 0x0
Image Width: 208 Image Length: 112
Bits/Sample: 1
Compression Scheme: CCITT Group 4
Photometric Interpretation: min-is-white
FillOrder: msb-to-lsb
Software: "ImageMagick 5.4.9 09/01/02 Q16 http://www.imagemagick.org"
Document Name: "Mike161755.tif"
Orientation: row 0 top, col 0 lhs
Samples/Pixel: 1
Rows/Strip: 112
Planar Configuration: single image plane
Mike161755.bmp=>Mike161755.tif TIF 208x112+0+0 PseudoClass 2c 8-bit 0.0u 0:01