MagickCore
6.9.2
|
#include <quantize.h>
Data Fields | |
size_t | number_colors |
size_t | tree_depth |
MagickBooleanType | dither |
ColorspaceType | colorspace |
MagickBooleanType | measure_error |
size_t | signature |
DitherMethod | dither_method |
ColorspaceType _QuantizeInfo::colorspace |
MagickBooleanType _QuantizeInfo::dither |
DitherMethod _QuantizeInfo::dither_method |
Referenced by AcquireQuantizeInfo(), AssignImageColors(), CloneQuantizeInfo(), DitherImage(), GetQuantizeInfo(), and QuantizeImage().
MagickBooleanType _QuantizeInfo::measure_error |
Referenced by AcquireQuantizeInfo(), AssignImageColors(), CloneQuantizeInfo(), FloydSteinbergDither(), GetQuantizeInfo(), and RiemersmaDither().
size_t _QuantizeInfo::number_colors |
size_t _QuantizeInfo::signature |
Referenced by DestroyQuantizeInfo(), GetQuantizeInfo(), QuantizeImage(), and QuantizeImages().
size_t _QuantizeInfo::tree_depth |
Referenced by CloneQuantizeInfo(), CompressImageColormap(), PosterizeImageChannel(), QuantizeImage(), and QuantizeImages().