Monochrome problem

ImageMagickObject is a Windows COM+ interface to ImageMagick. COM+, Visual Basic, and Delphi users should post to this discussion group.
Post Reply
Kurt

Monochrome problem

Post 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.
Post Reply