/external/ImageMagick/MagickCore/ |
quantize.h | 62 RemapImage(const QuantizeInfo *,Image *,const Image *,ExceptionInfo *),
|
methods.h | [all...] |
quantize.c | [all...] |
xwindow.c | [all...] |
display.c | [all...] |
/external/ImageMagick/www/api/ |
quantize.php | 55 <p class="text-center"><a href="quantize.php#QuantizeImage">QuantizeImage</a> • <a href="quantize.php#AcquireQuantizeInfo">AcquireQuantizeInfo</a> • <a href="quantize.php#CloneQuantizeInfo">CloneQuantizeInfo</a> • <a href="quantize.php#CompressImageColormap">CompressImageColormap</a> • <a href="quantize.php#DestroyQuantizeInfo">DestroyQuantizeInfo</a> • <a href="quantize.php#GetImageQuantizeError">GetImageQuantizeError</a> • <a href="quantize.php#GetQuantizeInfo">GetQuantizeInfo</a> • <a href="quantize.php#PosterizeImage">PosterizeImage</a> • <a href="quantize.php#QuantizeImage">QuantizeImage</a> • <a href="quantize.php#QuantizeImages">QuantizeImages</a> • <a href="quantize.php#RemapImage">RemapImage</a> • <a href="quantize.php#RemapImages">RemapImages</a> • <a href="quantize.php#SetGrayscaleImage">SetGrayscaleImage</a></p> 364 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/quantize_8c.html" id="RemapImage">RemapImage</a></h2> 366 <p>RemapImage() replaces the colors of an image with the closest of the colors from the reference image.</p> 368 <p>The format of the RemapImage method is:</p> 371 MagickBooleanType RemapImage(const QuantizeInfo *quantize_info, 403 <p>The format of the RemapImage method is:</p>
|
/external/ImageMagick/coders/ |
palm.c | 842 (void) RemapImage(quantize_info,image,affinity_image,exception); [all...] |
xpm.c | 702 status=RemapImage(quantize_info,picon,affinity_image,exception); [all...] |
/external/ImageMagick/Magick++/lib/Magick++/ |
Include.h | [all...] |
/external/ImageMagick/MagickWand/ |
mogrify.c | [all...] |
operation.c | [all...] |
magick-image.c | [all...] |
/external/ImageMagick/Magick++/lib/ |
Image.cpp | [all...] |
/external/ImageMagick/PerlMagick/ |
Magick.xs | [all...] |
/external/ImageMagick/PerlMagick/quantum/ |
quantum.xs.in | [all...] |