Data Structures |
| struct | _QuantizeInfo |
Typedefs |
| typedef struct _QuantizeInfo | QuantizeInfo |
Enumerations |
| enum | DitherMethod { UndefinedDitherMethod,
NoDitherMethod,
RiemersmaDitherMethod,
FloydSteinbergDitherMethod
} |
Functions |
| MagickExport MagickBooleanType | CompressImageColormap (Image *, ExceptionInfo *) |
| MagickExport MagickBooleanType | GetImageQuantizeError (Image *, ExceptionInfo *) |
| MagickExport MagickBooleanType | KmeansImage (Image *, const size_t, const size_t, const double, ExceptionInfo *) |
| MagickExport MagickBooleanType | PosterizeImage (Image *, const size_t, const DitherMethod, ExceptionInfo *) |
| MagickExport MagickBooleanType | QuantizeImage (const QuantizeInfo *, Image *, ExceptionInfo *) |
| MagickExport MagickBooleanType | QuantizeImages (const QuantizeInfo *, Image *, ExceptionInfo *) |
| MagickExport MagickBooleanType | RemapImage (const QuantizeInfo *, Image *, const Image *, ExceptionInfo *) |
| MagickExport MagickBooleanType | RemapImages (const QuantizeInfo *, Image *, const Image *, ExceptionInfo *) |
| MagickExport QuantizeInfo * | AcquireQuantizeInfo (const ImageInfo *) |
| MagickExport QuantizeInfo ** | CloneQuantizeInfo (const QuantizeInfo *) |
| MagickExport QuantizeInfo *** | DestroyQuantizeInfo (QuantizeInfo *) |
| MagickExport void | GetQuantizeInfo (QuantizeInfo *) |