Home | History | Annotate | Download | only in coders

Lines Matching defs:monochrome

2311     monochrome;
2335 monochrome=IsImageMonochrome(image) && (image->depth == 1) ?
2348 if (monochrome != MagickFalse)
2726 monochrome;
2731 monochrome=IsImageMonochrome(image) && (image->depth == 1) ?
2734 (monochrome != MagickFalse ? 1 : image->depth > 8 ? 16 : 8));
2736 (monochrome != MagickFalse ? BitmapMode : GrayscaleMode));