Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:QuantizeImage

47 %  QuantizeImage() takes a standard RGB or monochrome images and quantizes
1211 return(QuantizeImage(&quantize_info,image,exception));
2487 status=QuantizeImage(quantize_info,image,exception);
2652 % QuantizeImage() analyzes the colors within a reference image and chooses a
2657 % The format of the QuantizeImage method is:
2659 % MagickBooleanType QuantizeImage(const QuantizeInfo *quantize_info,
2671 MagickExport MagickBooleanType QuantizeImage(const QuantizeInfo *quantize_info,
2820 Handle a single image with QuantizeImage.
2822 status=QuantizeImage(quantize_info,images,exception);