OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsImageOpaque
(Results
1 - 8
of
8
) sorted by null
/external/ImageMagick/MagickCore/
attribute.h
37
IsImageOpaque
(const Image *,ExceptionInfo *),
attribute.c
924
%
IsImageOpaque
() returns MagickTrue if none of the pixels in the image have
929
% The format of the
IsImageOpaque
method is:
931
% MagickBooleanType
IsImageOpaque
(const Image *image,
941
MagickExport MagickBooleanType
IsImageOpaque
(const Image *image,
[
all
...]
methods.h
[
all
...]
property.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>
265
<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/attribute_8c.html" id="
IsImageOpaque
">
IsImageOpaque
</a></h2>
267
<p>
IsImageOpaque
() returns MagickTrue if none of the pixels in the image have an alpha value other than OpaqueAlpha (QuantumRange).</p>
271
<p>The format of the
IsImageOpaque
method is:</p>
274
MagickBooleanType
IsImageOpaque
(const Image *image,
/external/ImageMagick/Magick++/lib/Magick++/
Include.h
[
all
...]
/external/ImageMagick/coders/
gif.c
[
all
...]
/external/ImageMagick/Magick++/lib/
Image.cpp
1073
result=
IsImageOpaque
(constImage(),exceptionInfo);
[
all
...]
Completed in 86 milliseconds