MagickCore
7.1.0
Convert, Edit, Or Compose Bitmap Images
|
#include <quantize.h>
Data Fields | |
size_t | number_colors |
size_t | tree_depth |
ColorspaceType | colorspace |
DitherMethod | dither_method |
MagickBooleanType | measure_error |
size_t | signature |
Definition at line 35 of file quantize.h.
ColorspaceType _QuantizeInfo::colorspace |
Definition at line 44 of file quantize.h.
Referenced by AssignImageColors(), ClassifyImageColors(), CloneQuantizeInfo(), GetQuantizeInfo(), KmeansImage(), PreviewImage(), SetAssociatedAlpha(), and SetImageType().
DitherMethod _QuantizeInfo::dither_method |
Definition at line 47 of file quantize.h.
Referenced by AcquireQuantizeInfo(), AssignImageColors(), CloneQuantizeInfo(), DitherImage(), GetCubeInfo(), GetQuantizeInfo(), KmeansImage(), PosterizeImage(), QuantizeImage(), and QuantizeImages().
MagickBooleanType _QuantizeInfo::measure_error |
Definition at line 50 of file quantize.h.
Referenced by AcquireQuantizeInfo(), AssignImageColors(), CloneQuantizeInfo(), FloydSteinbergDither(), GetQuantizeInfo(), and RiemersmaDither().
size_t _QuantizeInfo::number_colors |
Definition at line 38 of file quantize.h.
Referenced by AssignImageColors(), CloneQuantizeInfo(), CompressImageColormap(), GetQuantizeInfo(), KmeansImage(), PosterizeImage(), PreviewImage(), QuantizeImage(), QuantizeImages(), RemapImage(), RemapImages(), SetAssociatedAlpha(), and SetImageType().
size_t _QuantizeInfo::signature |
Definition at line 53 of file quantize.h.
Referenced by DestroyQuantizeInfo(), GetQuantizeInfo(), QuantizeImage(), and QuantizeImages().
size_t _QuantizeInfo::tree_depth |
Definition at line 41 of file quantize.h.
Referenced by CloneQuantizeInfo(), CompressImageColormap(), PosterizeImage(), QuantizeImage(), and QuantizeImages().