Searched refs:IdentifyImageMonochrome (Results 1 - 4 of 4) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dattribute.h34 IdentifyImageMonochrome(const Image *,ExceptionInfo *),
H A Dattribute.c714 % IdentifyImageMonochrome() returns MagickTrue if all the pixels in the image
718 % The format of the IdentifyImageMonochrome method is:
720 % MagickBooleanType IdentifyImageMonochrome(const Image *image,
730 MagickExport MagickBooleanType IdentifyImageMonochrome(const Image *image,
827 if (IdentifyImageMonochrome(image,exception) != MagickFalse)
723 MagickExport MagickBooleanType IdentifyImageMonochrome(const Image *image, function
H A Dcolorspace.c1229 if (IdentifyImageMonochrome(image,exception) == MagickFalse)
/external/ImageMagick/www/api/
H A Dattribute.php55 <p class="text-center"><a href="attribute.php#GetImageDepth">GetImageDepth</a> &bull; <a href="attribute.php#GetImageQuantumDepth">GetImageQuantumDepth</a> &bull; <a href="attribute.php#GetImageType">GetImageType</a> &bull; <a href="attribute.php#IdentifyImageGray">IdentifyImageGray</a> &bull; <a href="attribute.php#IdentifyImageMonochrome">IdentifyImageMonochrome</a> &bull; <a href="attribute.php#IdentifyImageType">IdentifyImageType</a> &bull; <a href="attribute.php#IsImageGray">IsImageGray</a> &bull; <a href="attribute.php#IsImageMonochrome">IsImageMonochrome</a> &bull; <a href="attribute.php#IsImageOpaque">IsImageOpaque</a> &bull; <a href="attribute.php#SetImageDepth">SetImageDepth</a> &bull; <a href="attribute.php#SetImageType">SetImageType</a></p>
160 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/attribute_8c.html" id="IdentifyImageMonochrome">IdentifyImageMonochrome</a></h2>
162 <p>IdentifyImageMonochrome() returns MagickTrue if all the pixels in the image have the same red, green, and blue intensities and the intensity is either 0 or QuantumRange.</p>
164 <p>The format of the IdentifyImageMonochrome method is:</p>
167 MagickBooleanType IdentifyImageMonochrome(const Image *image,

Completed in 96 milliseconds