Can't write real Bilevel png or bmp images
Posted: 2011-05-02T11:24:54-07:00
I can't write real Bilevel png or bmp images.
They always appear as RGB images using identify -verbose.
Is this a limitation of those image formats or am I doing something wrong?
Here is one convert example:
convert -density 600 test.tif -profile AdobeRGB1998.icc -strip -type TrueColor -background white -resize 367x367 -colorspace Gray -ordered-dither checks -define png:bit-depth=1 test.png
Even a "convert test.png -type Bilevel test.bmp" after above example writes an RGB image .
How can I really create Bilevel formats and not RGB simulated ones?
They always appear as RGB images using identify -verbose.
Is this a limitation of those image formats or am I doing something wrong?
Here is one convert example:
convert -density 600 test.tif -profile AdobeRGB1998.icc -strip -type TrueColor -background white -resize 367x367 -colorspace Gray -ordered-dither checks -define png:bit-depth=1 test.png
Even a "convert test.png -type Bilevel test.bmp" after above example writes an RGB image .
How can I really create Bilevel formats and not RGB simulated ones?