HomeSort by relevance Sort by last modified time
    Searched refs:IsImageGray (Results 1 - 7 of 7) sorted by null

  /external/ImageMagick/MagickCore/
attribute.h 35 IsImageGray(const Image *),
attribute.c 603 if (IsImageGray(image) != MagickFalse)
858 % IsImageGray() returns MagickTrue if the type of the image is grayscale or
861 % The format of the IsImageGray method is:
863 % MagickBooleanType IsImageGray(const Image *image)
870 MagickExport MagickBooleanType IsImageGray(const Image *image)
    [all...]
fourier.c 946 is_gray=IsImageGray(image);
    [all...]
methods.h     [all...]
colorspace.c     [all...]
  /external/ImageMagick/www/api/
attribute.php 55 <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>
221 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/attribute_8c.html" id="IsImageGray">IsImageGray</a></h2>
223 <p>IsImageGray() returns MagickTrue if the type of the image is grayscale or bi-level.</p>
225 <p>The format of the IsImageGray method is:</p>
228 MagickBooleanType IsImageGray(const Image *image)
  /external/ImageMagick/coders/
psd.c     [all...]

Completed in 405 milliseconds