I'm trying to create a bmp image of bitdepth = 1, but unable to do so. The image has always a bitdepth of 32.
How can i do this ?
How to Create bmp of bitdepth = 1
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: How to Create bmp of bitdepth = 1
I am not sure IM can do that. See BMP formats supported by IM at http://www.imagemagick.org/Usage/formats/#bmp
Re: How to Create bmp of bitdepth = 1
I've done it using -monochrome and IM version 6.5, previously with IM version 6.2.8 i was unable to achieve the same.
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: How to Create bmp of bitdepth = 1
did you try -depth 1
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: How to Create bmp of bitdepth = 1
No, -depth 1 didn't seem to work,
I'm writing text in image.
But the image is distorted too much when i used -monochrome.
Is there any thing to avoid this ?
I'm writing text in image.
But the image is distorted too much when i used -monochrome.
Is there any thing to avoid this ?
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: How to Create bmp of bitdepth = 1
-threshold, -ordered-dither
See IM Examples, Quantization and Dithering
http://www.imagemagick.org/Usage/quantize/
See IM Examples, Quantization and Dithering
http://www.imagemagick.org/Usage/quantize/
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/