Searched refs:GetImageQuantizeError (Results 1 - 6 of 6) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dquantize.h58 GetImageQuantizeError(Image *,ExceptionInfo *),
H A Dmethods.h459 #define GetImageQuantizeError PrependMagickMethod(GetImageQuantizeError) macro
H A Dquantize.c651 (void) GetImageQuantizeError(image,exception);
2167 % GetImageQuantizeError() measures the difference between the original
2186 % The format of the GetImageQuantizeError method is:
2188 % MagickBooleanType GetImageQuantizeError(Image *image,
2198 MagickExport MagickBooleanType GetImageQuantizeError(Image *image,
2181 MagickExport MagickBooleanType GetImageQuantizeError(Image *image, function
/external/ImageMagick/www/api/
H A Dquantize.php55 <p class="text-center"><a href="quantize.php#QuantizeImage">QuantizeImage</a> &bull; <a href="quantize.php#AcquireQuantizeInfo">AcquireQuantizeInfo</a> &bull; <a href="quantize.php#CloneQuantizeInfo">CloneQuantizeInfo</a> &bull; <a href="quantize.php#CompressImageColormap">CompressImageColormap</a> &bull; <a href="quantize.php#DestroyQuantizeInfo">DestroyQuantizeInfo</a> &bull; <a href="quantize.php#GetImageQuantizeError">GetImageQuantizeError</a> &bull; <a href="quantize.php#GetQuantizeInfo">GetQuantizeInfo</a> &bull; <a href="quantize.php#PosterizeImage">PosterizeImage</a> &bull; <a href="quantize.php#QuantizeImage">QuantizeImage</a> &bull; <a href="quantize.php#QuantizeImages">QuantizeImages</a> &bull; <a href="quantize.php#RemapImage">RemapImage</a> &bull; <a href="quantize.php#RemapImages">RemapImages</a> &bull; <a href="quantize.php#SetGrayscaleImage">SetGrayscaleImage</a></p>
215 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/quantize_8c.html" id="GetImageQuantizeError">GetImageQuantizeError</a></h2>
217 <p>GetImageQuantizeError() measures the difference between the original and quantized images. This difference is the total quantization error. The error is computed by summing over all pixels in an image the distance squared in RGB space between each reference pixel value and its quantized value. These values are computed:</p>
230 <p>The format of the GetImageQuantizeError method is:</p>
233 MagickBooleanType GetImageQuantizeError(Image *image,
/external/ImageMagick/Magick++/lib/Magick++/
H A DSTL.h2421 MagickCore::GetImageQuantizeError(image,exceptionInfo);
2645 MagickCore::GetImageQuantizeError(image,exceptionInfo);
H A DInclude.h1328 using MagickCore::GetImageQuantizeError;

Completed in 212 milliseconds