MagickCore 7.1.1
Convert, Edit, Or Compose Bitmap Images
|
Data Fields | |
NodeInfo * | root |
ssize_t | x |
MagickOffsetType | progress |
size_t | colors |
size_t | free_nodes |
NodeInfo * | node_info |
Nodes * | node_queue |
size_t | maximum_colors |
ssize_t | transparent_index |
MagickSizeType | transparent_pixels |
DoublePixelPacket | target |
double | distance |
double | pruning_threshold |
double | next_threshold |
size_t | nodes |
size_t | color_number |
NodeInfo * | next_node |
MemoryInfo * | memory_info |
ssize_t * | cache |
DoublePixelPacket | error [ErrorQueueLength] |
double | diffusion |
double | weights [ErrorQueueLength] |
QuantizeInfo * | quantize_info |
MagickBooleanType | associate_alpha |
ssize_t | y |
size_t | depth |
MagickOffsetType | offset |
MagickSizeType | span |
Definition at line 101 of file histogram.c.
MagickBooleanType _CubeInfo::associate_alpha |
Definition at line 316 of file quantize.c.
ssize_t* _CubeInfo::cache |
Definition at line 303 of file quantize.c.
size_t _CubeInfo::color_number |
Definition at line 291 of file quantize.c.
size_t _CubeInfo::colors |
Definition at line 113 of file histogram.c.
size_t _CubeInfo::depth |
Definition at line 323 of file quantize.c.
double _CubeInfo::diffusion |
Definition at line 309 of file quantize.c.
double _CubeInfo::distance |
Definition at line 284 of file quantize.c.
DoublePixelPacket _CubeInfo::error[ErrorQueueLength] |
Definition at line 306 of file quantize.c.
size_t _CubeInfo::free_nodes |
Definition at line 114 of file histogram.c.
size_t _CubeInfo::maximum_colors |
Definition at line 272 of file quantize.c.
MemoryInfo* _CubeInfo::memory_info |
Definition at line 300 of file quantize.c.
NodeInfo* _CubeInfo::next_node |
Definition at line 294 of file quantize.c.
double _CubeInfo::next_threshold |
Definition at line 286 of file quantize.c.
NodeInfo* _CubeInfo::node_info |
Definition at line 117 of file histogram.c.
Nodes * _CubeInfo::node_queue |
Definition at line 120 of file histogram.c.
size_t _CubeInfo::nodes |
Definition at line 289 of file quantize.c.
MagickOffsetType _CubeInfo::offset |
Definition at line 326 of file quantize.c.
MagickOffsetType _CubeInfo::progress |
Definition at line 110 of file histogram.c.
double _CubeInfo::pruning_threshold |
Definition at line 285 of file quantize.c.
QuantizeInfo* _CubeInfo::quantize_info |
Definition at line 313 of file quantize.c.
NodeInfo * _CubeInfo::root |
Definition at line 104 of file histogram.c.
MagickSizeType _CubeInfo::span |
Definition at line 329 of file quantize.c.
DoublePixelPacket _CubeInfo::target |
Definition at line 281 of file quantize.c.
ssize_t _CubeInfo::transparent_index |
Definition at line 275 of file quantize.c.
MagickSizeType _CubeInfo::transparent_pixels |
Definition at line 278 of file quantize.c.
double _CubeInfo::weights[ErrorQueueLength] |
Definition at line 310 of file quantize.c.
ssize_t _CubeInfo::x |
Definition at line 107 of file histogram.c.
ssize_t _CubeInfo::y |
Definition at line 320 of file quantize.c.