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.