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

  /external/ImageMagick/MagickCore/
colorspace.h 65 SetImageMonochrome(Image *,ExceptionInfo *),
attribute.c     [all...]
methods.h     [all...]
quantize.c     [all...]
colorspace.c     [all...]
  /external/ImageMagick/www/api/
colorspace.php 55 <p class="text-center"><a href="colorspace.php#SetImageColorspace">SetImageColorspace</a> &bull; <a href="colorspace.php#SetImageGray">SetImageGray</a> &bull; <a href="colorspace.php#SetImageMonochrome">SetImageMonochrome</a> &bull; <a href="colorspace.php#TransformImageColorspace">TransformImageColorspace</a></p>
115 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/colorspace_8c.html" id="SetImageMonochrome">SetImageMonochrome</a></h2>
117 <p>SetImageMonochrome() returns MagickTrue if all the pixels in the image have the same red, green, and blue intensities and the intensity is either 0 or QuantumRange and changes the type of the image to bi-level.</p>
119 <p>The format of the SetImageMonochrome method is:</p>
122 MagickBooleanType SetImageMonochrome(Image *image,
  /external/ImageMagick/coders/
ps3.c 339 pack=SetImageMonochrome(image,exception) == MagickFalse ? 1UL : 8UL;
904 if ((SetImageMonochrome(image,exception) == MagickFalse) ||
    [all...]
sun.c 835 if (SetImageMonochrome(image,exception) != MagickFalse)
    [all...]
pcl.c 741 if (SetImageMonochrome(image,exception) != MagickFalse)
dib.c     [all...]
pcx.c 933 (SetImageMonochrome(image,exception) != MagickFalse))
    [all...]
pdb.c 770 if (SetImageMonochrome(image,exception) != MagickFalse) {
ps.c     [all...]
pdf.c     [all...]
pnm.c     [all...]
tiff.c     [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]

Completed in 529 milliseconds