MagickCore
7.0.11
|
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 | weights [ErrorQueueLength] |
QuantizeInfo * | quantize_info |
MagickBooleanType | associate_alpha |
ssize_t | y |
size_t | depth |
MagickOffsetType | offset |
MagickSizeType | span |
Definition at line 100 of file histogram.c.
MagickBooleanType _CubeInfo::associate_alpha |
Definition at line 314 of file quantize.c.
Referenced by AssignImageColors(), AssociateAlphaPixel(), AssociateAlphaPixelInfo(), CacheOffset(), ClassifyImageColors(), ClosestColor(), ColorToNodeId(), DefineImageColormap(), FloydSteinbergDither(), PruneChild(), PruneLevel(), PruneToCubeDepth(), QuantizeErrorFlatten(), Reduce(), RiemersmaDither(), and SetAssociatedAlpha().
ssize_t* _CubeInfo::cache |
Definition at line 302 of file quantize.c.
Referenced by FloydSteinbergDither(), GetCubeInfo(), and RiemersmaDither().
size_t _CubeInfo::color_number |
Definition at line 288 of file quantize.c.
Referenced by AssignImageColors(), ClosestColor(), FloydSteinbergDither(), and RiemersmaDither().
size_t _CubeInfo::colors |
Definition at line 112 of file histogram.c.
Referenced by CheckImageColors(), ClassifyImageColors(), GetImageHistogram(), GetNumberColors(), KmeansImage(), QuantizeImage(), Reduce(), ReduceImageColors(), RemapImage(), RemapImages(), SetImageColormap(), UniqueColorsToImage(), and UniqueImageColors().
size_t _CubeInfo::depth |
Definition at line 321 of file quantize.c.
Referenced by ClassifyImageColors(), GetCubeInfo(), PruneLevel(), and PruneToCubeDepth().
double _CubeInfo::distance |
Definition at line 283 of file quantize.c.
Referenced by AssignImageColors(), ClosestColor(), FloydSteinbergDither(), and RiemersmaDither().
DoublePixelPacket _CubeInfo::error[ErrorQueueLength] |
Definition at line 305 of file quantize.c.
Referenced by DitherImage(), and RiemersmaDither().
size_t _CubeInfo::free_nodes |
Definition at line 112 of file histogram.c.
Referenced by GetNodeInfo().
size_t _CubeInfo::maximum_colors |
Definition at line 270 of file quantize.c.
Referenced by ClassifyImageColors(), GetCubeInfo(), KmeansImage(), QuantizeImage(), ReduceImageColors(), and SetImageColormap().
MemoryInfo* _CubeInfo::memory_info |
Definition at line 299 of file quantize.c.
Referenced by DestroyCubeInfo(), and GetCubeInfo().
NodeInfo* _CubeInfo::next_node |
Definition at line 293 of file quantize.c.
Referenced by GetNodeInfo().
double _CubeInfo::next_threshold |
Definition at line 283 of file quantize.c.
Referenced by Reduce(), and ReduceImageColors().
NodeInfo* _CubeInfo::node_info |
Definition at line 116 of file histogram.c.
Referenced by GetNodeInfo().
Nodes * _CubeInfo::node_queue |
Definition at line 119 of file histogram.c.
Referenced by DestroyCubeInfo(), and GetNodeInfo().
size_t _CubeInfo::nodes |
Definition at line 288 of file quantize.c.
Referenced by ClassifyImageColors(), GetNodeInfo(), PruneChild(), QuantizeErrorFlatten(), and ReduceImageColors().
MagickOffsetType _CubeInfo::offset |
Definition at line 324 of file quantize.c.
Referenced by DitherImage(), and RiemersmaDither().
MagickOffsetType _CubeInfo::progress |
Definition at line 109 of file histogram.c.
Referenced by UniqueColorsToImage().
double _CubeInfo::pruning_threshold |
Definition at line 283 of file quantize.c.
Referenced by Reduce(), and ReduceImageColors().
QuantizeInfo* _CubeInfo::quantize_info |
Definition at line 311 of file quantize.c.
Referenced by AssignImageColors(), ClassifyImageColors(), DestroyCubeInfo(), DitherImage(), FloydSteinbergDither(), GetCubeInfo(), RemapImage(), RemapImages(), RiemersmaDither(), and SetAssociatedAlpha().
NodeInfo * _CubeInfo::root |
Definition at line 103 of file histogram.c.
Referenced by AssignImageColors(), CheckImageColors(), ClassifyImageColors(), DestroyCubeInfo(), FloydSteinbergDither(), GetCubeInfo(), GetImageHistogram(), ReduceImageColors(), RiemersmaDither(), SetImageColormap(), and UniqueImageColors().
MagickSizeType _CubeInfo::span |
Definition at line 327 of file quantize.c.
Referenced by DitherImage(), and RiemersmaDither().
DoublePixelPacket _CubeInfo::target |
Definition at line 280 of file quantize.c.
Referenced by AssignImageColors(), ClosestColor(), FloydSteinbergDither(), and RiemersmaDither().
ssize_t _CubeInfo::transparent_index |
Definition at line 274 of file quantize.c.
Referenced by AssignImageColors(), and DefineImageColormap().
MagickSizeType _CubeInfo::transparent_pixels |
Definition at line 277 of file quantize.c.
Referenced by AssignImageColors(), and DefineImageColormap().
double _CubeInfo::weights[ErrorQueueLength] |
Definition at line 308 of file quantize.c.
Referenced by GetCubeInfo(), and RiemersmaDither().
ssize_t _CubeInfo::x |
Definition at line 106 of file histogram.c.
Referenced by DitherImage(), RiemersmaDither(), and UniqueColorsToImage().
ssize_t _CubeInfo::y |
Definition at line 317 of file quantize.c.
Referenced by DitherImage(), and RiemersmaDither().