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

  /external/ImageMagick/MagickCore/
paint.h 38 TransparentPaintImage(Image *,const PixelInfo *,
paint.c     [all...]
methods.h     [all...]
  /external/ImageMagick/www/api/
paint.php 55 <p class="text-center"><a href="paint.php#FloodfillPaintImage">FloodfillPaintImage</a> &bull; <a href="paint.php#OilPaintImage">OilPaintImage</a> &bull; <a href="paint.php#OpaquePaintImage">OpaquePaintImage</a> &bull; <a href="paint.php#TransparentPaintImage">TransparentPaintImage</a> &bull; <a href="paint.php#TransparentPaintImageChroma">TransparentPaintImageChroma</a></p>
181 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/paint_8c.html" id="TransparentPaintImage">TransparentPaintImage</a></h2>
183 <p>TransparentPaintImage() changes the opacity value associated with any pixel that matches color to the value defined by opacity.</p>
187 <p>The format of the TransparentPaintImage method is:</p>
190 MagickBooleanType TransparentPaintImage(Image *image,
227 <p>As there is one fuzz value for the all the channels, TransparentPaintImage() is not suitable for the operations like chroma, where the tolerance for similarity of two color component (RGB) can be different. Thus we define this method to take two target pixels (one low and one high) and all the pixels of an image which are lying between these two pixels are made transparent.</p>
  /external/ImageMagick/coders/
palm.c 536 (void) TransparentPaintImage(image,&transpix,(Quantum) TransparentAlpha,
    [all...]
wmf.c 709 TransparentPaintImage( image, &white, QuantumRange, MagickFalse, exception );
    [all...]
msl.c     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h     [all...]
  /external/ImageMagick/MagickWand/
operation.c     [all...]
magick-image.c     [all...]
mogrify.c     [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp     [all...]

Completed in 151 milliseconds