![]() |
MagickCore 7.1.2
Convert, Edit, Or Compose Bitmap Images
|
Data Fields | |
| QNodeInfo * | root |
| size_t | colors |
| 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 | free_nodes |
| size_t | color_number |
| QNodeInfo * | next_node |
| QNodes * | node_queue |
| MemoryInfo * | memory_info |
| ssize_t * | cache |
| DoublePixelPacket | error [ErrorQueueLength] |
| double | diffusion |
| double | weights [ErrorQueueLength] |
| QuantizeInfo * | quantize_info |
| MagickBooleanType | associate_alpha |
| ssize_t | x |
| ssize_t | y |
| size_t | depth |
| MagickOffsetType | offset |
| MagickSizeType | span |
Definition at line 265 of file quantize.c.
| MagickBooleanType _QCubeInfo::associate_alpha |
Definition at line 316 of file quantize.c.
| ssize_t* _QCubeInfo::cache |
Definition at line 303 of file quantize.c.
| size_t _QCubeInfo::color_number |
Definition at line 291 of file quantize.c.
| size_t _QCubeInfo::colors |
Definition at line 271 of file quantize.c.
| size_t _QCubeInfo::depth |
Definition at line 323 of file quantize.c.
| double _QCubeInfo::diffusion |
Definition at line 309 of file quantize.c.
| double _QCubeInfo::distance |
Definition at line 284 of file quantize.c.
| DoublePixelPacket _QCubeInfo::error[ErrorQueueLength] |
Definition at line 306 of file quantize.c.
| size_t _QCubeInfo::free_nodes |
Definition at line 290 of file quantize.c.
| size_t _QCubeInfo::maximum_colors |
Definition at line 272 of file quantize.c.
| MemoryInfo* _QCubeInfo::memory_info |
Definition at line 300 of file quantize.c.
| QNodeInfo* _QCubeInfo::next_node |
Definition at line 294 of file quantize.c.
| double _QCubeInfo::next_threshold |
Definition at line 286 of file quantize.c.
| QNodes* _QCubeInfo::node_queue |
Definition at line 297 of file quantize.c.
| size_t _QCubeInfo::nodes |
Definition at line 289 of file quantize.c.
| MagickOffsetType _QCubeInfo::offset |
Definition at line 326 of file quantize.c.
| double _QCubeInfo::pruning_threshold |
Definition at line 285 of file quantize.c.
| QuantizeInfo* _QCubeInfo::quantize_info |
Definition at line 313 of file quantize.c.
| QNodeInfo* _QCubeInfo::root |
Definition at line 268 of file quantize.c.
| MagickSizeType _QCubeInfo::span |
Definition at line 329 of file quantize.c.
| DoublePixelPacket _QCubeInfo::target |
Definition at line 281 of file quantize.c.
| ssize_t _QCubeInfo::transparent_index |
Definition at line 275 of file quantize.c.
| MagickSizeType _QCubeInfo::transparent_pixels |
Definition at line 278 of file quantize.c.
| double _QCubeInfo::weights[ErrorQueueLength] |
Definition at line 310 of file quantize.c.
| ssize_t _QCubeInfo::x |
Definition at line 319 of file quantize.c.
| ssize_t _QCubeInfo::y |
Definition at line 320 of file quantize.c.