Searched defs:QuantizeImage (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dquantize.c47 % QuantizeImage() takes a standard RGB or monochrome images and quantizes
1213 return(QuantizeImage(&quantize_info,image,exception));
2479 status=QuantizeImage(quantize_info,image,exception);
2644 % QuantizeImage() analyzes the colors within a reference image and chooses a
2649 % The format of the QuantizeImage method is:
2651 % MagickBooleanType QuantizeImage(const QuantizeInfo *quantize_info,
2663 MagickExport MagickBooleanType QuantizeImage(const QuantizeInfo *quantize_info,
2812 Handle a single image with QuantizeImage.
2814 status=QuantizeImage(quantize_info,images,exception);
2640 MagickExport MagickBooleanType QuantizeImage(const QuantizeInfo *quantize_info, function
H A Dmethods.h830 #define QuantizeImage PrependMagickMethod(QuantizeImage) macro

Completed in 78 milliseconds