OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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> • <a href="attribute.php#GetImageQuantumDepth">GetImageQuantumDepth</a> • <a href="attribute.php#GetImageType">GetImageType</a> • <a href="attribute.php#IdentifyImageGray">IdentifyImageGray</a> • <a href="attribute.php#IdentifyImageMonochrome">IdentifyImageMonochrome</a> • <a href="attribute.php#IdentifyImageType">IdentifyImageType</a> • <a href="attribute.php#
IsImageGray
">
IsImageGray
</a> • <a href="attribute.php#IsImageMonochrome">IsImageMonochrome</a> • <a href="attribute.php#IsImageOpaque">IsImageOpaque</a> • <a href="attribute.php#SetImageDepth">SetImageDepth</a> • <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 86 milliseconds