OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetImageDepth
(Results
1 - 13
of
13
) sorted by null
/external/ImageMagick/MagickCore/
attribute.h
45
GetImageDepth
(const Image *,ExceptionInfo *),
methods.h
422
#define
GetImageDepth
PrependMagickMethod(
GetImageDepth
)
432
#define
GetImageDepth
PrependMagickMethod(
GetImageDepth
)
[
all
...]
attribute.c
264
%
GetImageDepth
() returns the depth of a particular image channel.
266
% The format of the
GetImageDepth
method is:
268
% size_t
GetImageDepth
(const Image *image,ExceptionInfo *exception)
277
MagickExport size_t
GetImageDepth
(const Image *image,ExceptionInfo *exception)
[
all
...]
identify.c
723
depth=
GetImageDepth
(image,exception);
[
all
...]
property.c
[
all
...]
fx.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>
57
<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/attribute_8c.html" id="
GetImageDepth
">
GetImageDepth
</a></h2>
59
<p>
GetImageDepth
() returns the depth of a particular image channel.</p>
61
<p>The format of the
GetImageDepth
method is:</p>
64
size_t
GetImageDepth
(const Image *image,ExceptionInfo *exception)
/external/ImageMagick/Magick++/lib/Magick++/
Include.h
[
all
...]
/external/ImageMagick/coders/
json.c
896
depth=
GetImageDepth
(image,exception);
[
all
...]
tiff.c
[
all
...]
/external/ImageMagick/Magick++/lib/
Image.cpp
489
channel_depth=
GetImageDepth
(constImage(),exceptionInfo);
1179
depth=
GetImageDepth
(constImage(),exceptionInfo);
[
all
...]
/external/ImageMagick/PerlMagick/
Magick.xs
[
all
...]
/external/ImageMagick/PerlMagick/quantum/
quantum.xs.in
[
all
...]
Completed in 59 milliseconds