monochrome       3007 Magick++/lib/Image.cpp   options()->monochrome( monochromeFlag_ );
monochrome       3011 Magick++/lib/Image.cpp   return constOptions()->monochrome( );
monochrome        982 Magick++/lib/Magick++/Image.h     void            monochrome ( const bool monochromeFlag_ );
monochrome        983 Magick++/lib/Magick++/Image.h     bool            monochrome ( void ) const;
monochrome        125 Magick++/lib/Magick++/Options.h     void            monochrome ( bool monochromeFlag_ );
monochrome        126 Magick++/lib/Magick++/Options.h     bool            monochrome ( void ) const;
monochrome        371 Magick++/lib/Options.cpp   _imageInfo->monochrome = monochromeFlag_;
monochrome        375 Magick++/lib/Options.cpp   return static_cast<bool>(_imageInfo->monochrome);
monochrome       1343 Magick++/lib/STL.cpp   image_.monochrome( _monochromeFlag );
monochrome       1013 Magick++/tests/attributes.cpp     if ( image.monochrome() != false )
monochrome       1021 Magick++/tests/attributes.cpp     image.monochrome(true);
monochrome       1022 Magick++/tests/attributes.cpp     if ( image.monochrome() != true )
monochrome       1027 Magick++/tests/attributes.cpp     image.monochrome(false);
monochrome       1017 coders/dib.c         if (characteristics.monochrome)
monochrome       5362 coders/logo.c    if ((characteristics.monochrome) &&
monochrome        894 coders/pcl.c             if (characteristics.monochrome)
monochrome        902 coders/pcx.c       if (characteristics.palette && characteristics.monochrome)
monochrome        733 coders/pdf.c   	      (characteristics.monochrome) ||
monochrome       6546 coders/png.c         if (characteristics.monochrome)
monochrome       6580 coders/png.c             if (characteristics.monochrome)
monochrome       1147 coders/pnm.c           if ((characteristics.monochrome) &&
monochrome       1218 coders/ps.c              image->rows,((characteristics.monochrome) ? 1 : 8));
monochrome       1220 coders/ps.c            if (!characteristics.monochrome)
monochrome        748 coders/sun.c         if (characteristics.monochrome)
monochrome        835 coders/sun.c         if (characteristics.monochrome)
monochrome       3554 coders/tiff.c                              (characteristics.monochrome ? 'y' : 'n'),
monochrome       3565 coders/tiff.c        else if (characteristics.monochrome)
monochrome        477 magick/analyze.c   characteristics->monochrome = (image->is_monochrome ? MagickTrue : MagickFalse);
monochrome        485 magick/analyze.c         monochrome,
monochrome        490 magick/analyze.c       monochrome=(image->is_monochrome ? MagickFalse : MagickTrue);
monochrome        509 magick/analyze.c                     monochrome = ((monochrome) && (grayscale) &&
monochrome        514 magick/analyze.c                         !monochrome &&
monochrome        523 magick/analyze.c                     !monochrome &&
monochrome        540 magick/analyze.c                 monochrome = ((monochrome) && (grayscale) &&
monochrome        543 magick/analyze.c                     !monochrome)
monochrome        587 magick/analyze.c       if (!characteristics->monochrome)
monochrome        589 magick/analyze.c           characteristics->monochrome=monochrome;
monochrome        590 magick/analyze.c           ((Image *)image)->is_monochrome=monochrome; /* Intentionally ignore const */
monochrome        656 magick/analyze.c       else if (characteristics.monochrome)
monochrome         25 magick/analyze.h     monochrome,         /* Black/white image */
monochrome       1080 magick/command.c             image_info->monochrome=(*option == '-');
monochrome       1081 magick/command.c             if (image_info->monochrome)
monochrome       4852 magick/command.c             image_info->monochrome=(*option == '-');
monochrome       6999 magick/command.c             image_info->monochrome=(*option == '-');
monochrome       7000 magick/command.c             if (image_info->monochrome)
monochrome       8286 magick/command.c   if (clone_info->monochrome)
monochrome       9357 magick/command.c             clone_info->monochrome=True;
monochrome       12121 magick/command.c             image_info->monochrome=(*option == '-');
monochrome       13790 magick/command.c             image_info->monochrome=(*option == '-');
monochrome       13791 magick/command.c             if (image_info->monochrome)
monochrome       14881 magick/command.c             image_info->monochrome=(*option == '-');
monochrome       14882 magick/command.c             if (image_info->monochrome)
monochrome        351 magick/delegate.c   if ((image_info->monochrome) || (BilevelType == image_info->type))
monochrome       1054 magick/image.c   clone_info->monochrome=image_info->monochrome;
monochrome        903 magick/image.h     monochrome,              /* If true, use monochrome format */