Page 1 of 1

Monochrome problem

Posted: 2008-08-10T23:50:25-07:00
by Kurt
i am trying to say a BMP as monochrome. For some reason the bmp is not B&W. Also, how do i save to G3 Tiff?

Image image( "c:\\test.bmp" );
image.monochrome(true);
image.write( "c:\\magick.bmp" );


for the G3 conversion i am trying

image.magick("G3");

the file is saved as uncompressed.