HomeSort by relevance Sort by last modified time
    Searched refs:SetImageGray (Results 1 - 25 of 31) sorted by null

1 2

  /external/ImageMagick/MagickCore/
colorspace.h 64 SetImageGray(Image *,ExceptionInfo *),
attribute.c     [all...]
methods.h     [all...]
quantize.c     [all...]
delegate.c 653 if (SetImageGray(image,exception) != MagickFalse)
    [all...]
property.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>
88 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/colorspace_8c.html" id="SetImageGray">SetImageGray</a></h2>
90 <p>SetImageGray() returns MagickTrue if all the pixels in the image have the same red, green, and blue intensities and changes the type of the image to bi-level or grayscale.</p>
92 <p>The format of the SetImageGray method is:</p>
95 MagickBooleanType SetImageGray(const Image *image,
  /external/ImageMagick/coders/
fits.c 685 SetImageGray(image,exception) != MagickFalse ? 2UL : 3UL);
696 if (SetImageGray(image,exception) == MagickFalse)
735 if (SetImageGray(image,exception) != MagickFalse)
ps3.c     [all...]
vips.c 659 if (SetImageGray(image,exception) != MagickFalse)
viff.c     [all...]
cut.c 564 (SetImageGray(image,exception) != MagickFalse))
pdf.c     [all...]
fpx.c 850 (SetImageGray(image,exception) != MagickFalse))
    [all...]
ps2.c 738 (SetImageGray(image,exception) != MagickFalse)))
    [all...]
sgi.c 952 (SetImageGray(image,exception) != MagickFalse))
    [all...]
tga.c 801 (SetImageGray(image,exception) != MagickFalse))
    [all...]
xpm.c 693 (SetImageGray(image,exception) != MagickFalse))
    [all...]
dpx.c     [all...]
pnm.c     [all...]
mat.c     [all...]
ps.c     [all...]
jpeg.c     [all...]
psd.c     [all...]
svg.c     [all...]

Completed in 316 milliseconds

1 2