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

  /external/ImageMagick/MagickCore/
attribute.h 46 GetImageQuantumDepth(const Image *,const MagickBooleanType);
attribute.c 525 % GetImageQuantumDepth() returns the depth of the image rounded to a legal
528 % The format of the GetImageQuantumDepth method is:
530 % size_t GetImageQuantumDepth(const Image *image,
541 MagickExport size_t GetImageQuantumDepth(const Image *image,
    [all...]
methods.h 460 #define GetImageQuantumDepth PrependMagickMethod(GetImageQuantumDepth)
    [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>
83 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/attribute_8c.html" id="GetImageQuantumDepth">GetImageQuantumDepth</a></h2>
85 <p>GetImageQuantumDepth() returns the depth of the image rounded to a legal quantum depth: 8, 16, or 32.</p>
87 <p>The format of the GetImageQuantumDepth method is:</p>
90 size_t GetImageQuantumDepth(const Image *image,
  /external/ImageMagick/coders/
debug.c 213 image->depth=GetImageQuantumDepth(image,MagickTrue);
map.c 166 depth=GetImageQuantumDepth(image,MagickTrue);
391 depth=GetImageQuantumDepth(image,MagickTrue);
mpc.c 835 depth=GetImageQuantumDepth(image,MagickFalse);
    [all...]
txt.c 747 image->depth=GetImageQuantumDepth(image,MagickTrue);
fits.c 669 image->depth=GetImageQuantumDepth(image,MagickFalse);
miff.c     [all...]
png.c     [all...]

Completed in 76 milliseconds