monochrome 1157 Magick++/lib/Image.cpp options()->monochrome(monochromeFlag_); monochrome 1162 Magick++/lib/Image.cpp return(constOptions()->monochrome()); monochrome 367 Magick++/lib/Magick++/Image.h void monochrome(const bool monochromeFlag_); monochrome 368 Magick++/lib/Magick++/Image.h bool monochrome(void) const; monochrome 139 Magick++/lib/Magick++/Options.h void monochrome(bool monochromeFlag_); monochrome 140 Magick++/lib/Magick++/Options.h bool monochrome(void) const; monochrome 381 Magick++/lib/Options.cpp _imageInfo->monochrome=(MagickBooleanType) monochromeFlag_; monochrome 386 Magick++/lib/Options.cpp return(static_cast<bool>(_imageInfo->monochrome)); monochrome 1506 Magick++/lib/STL.cpp image_.monochrome( _monochromeFlag ); monochrome 991 Magick++/tests/attributes.cpp if ( image.monochrome() != false ) monochrome 999 Magick++/tests/attributes.cpp image.monochrome(true); monochrome 1000 Magick++/tests/attributes.cpp if ( image.monochrome() != true ) monochrome 1005 Magick++/tests/attributes.cpp image.monochrome(false); monochrome 314 coders/pcl.c if (image_info->monochrome != MagickFalse) monochrome 705 coders/pdf.c (image_info->monochrome != MagickFalse)) monochrome 856 coders/ps.c if (image_info->monochrome != MagickFalse) monochrome 2157 coders/psd.c monochrome; monochrome 2181 coders/psd.c monochrome=IsMonochromeImage(image,&image->exception) && (image->depth == 1) monochrome 2194 coders/psd.c if (monochrome != MagickFalse) monochrome 2554 coders/psd.c monochrome; monochrome 2559 coders/psd.c monochrome=IsMonochromeImage(image,&image->exception) && monochrome 2562 coders/psd.c (monochrome != MagickFalse ? 1 : image->depth > 8 ? 16 : 8)); monochrome 2564 coders/psd.c (monochrome != MagickFalse ? BitmapMode : GrayscaleMode)); monochrome 268 coders/xps.c if (image_info->monochrome != MagickFalse) monochrome 970 magick/image.c clone_info->monochrome=image_info->monochrome; monochrome 413 magick/image.h monochrome; monochrome 7190 wand/mogrify.c image_info->monochrome=(*option == '-') ? MagickTrue : MagickFalse;