MagickCore 7.1.1
Convert, Edit, Or Compose Bitmap Images
Loading...
Searching...
No Matches
_CubeInfo Struct Reference
Collaboration diagram for _CubeInfo:

Data Fields

NodeInforoot
 
ssize_t x
 
MagickOffsetType progress
 
size_t colors
 
size_t free_nodes
 
NodeInfonode_info
 
Nodesnode_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
 
NodeInfonext_node
 
MemoryInfomemory_info
 
ssize_t * cache
 
DoublePixelPacket error [ErrorQueueLength]
 
double diffusion
 
double weights [ErrorQueueLength]
 
QuantizeInfoquantize_info
 
MagickBooleanType associate_alpha
 
ssize_t y
 
size_t depth
 
MagickOffsetType offset
 
MagickSizeType span
 

Detailed Description

Definition at line 101 of file histogram.c.

Field Documentation

◆ associate_alpha

MagickBooleanType _CubeInfo::associate_alpha

Definition at line 316 of file quantize.c.

◆ cache

ssize_t* _CubeInfo::cache

Definition at line 303 of file quantize.c.

◆ color_number

size_t _CubeInfo::color_number

Definition at line 291 of file quantize.c.

◆ colors

size_t _CubeInfo::colors

Definition at line 113 of file histogram.c.

◆ depth

size_t _CubeInfo::depth

Definition at line 323 of file quantize.c.

◆ diffusion

double _CubeInfo::diffusion

Definition at line 309 of file quantize.c.

◆ distance

double _CubeInfo::distance

Definition at line 284 of file quantize.c.

◆ error

DoublePixelPacket _CubeInfo::error[ErrorQueueLength]

Definition at line 306 of file quantize.c.

◆ free_nodes

size_t _CubeInfo::free_nodes

Definition at line 114 of file histogram.c.

◆ maximum_colors

size_t _CubeInfo::maximum_colors

Definition at line 272 of file quantize.c.

◆ memory_info

MemoryInfo* _CubeInfo::memory_info

Definition at line 300 of file quantize.c.

◆ next_node

NodeInfo* _CubeInfo::next_node

Definition at line 294 of file quantize.c.

◆ next_threshold

double _CubeInfo::next_threshold

Definition at line 286 of file quantize.c.

◆ node_info

NodeInfo* _CubeInfo::node_info

Definition at line 117 of file histogram.c.

◆ node_queue

Nodes * _CubeInfo::node_queue

Definition at line 120 of file histogram.c.

◆ nodes

size_t _CubeInfo::nodes

Definition at line 289 of file quantize.c.

◆ offset

MagickOffsetType _CubeInfo::offset

Definition at line 326 of file quantize.c.

◆ progress

MagickOffsetType _CubeInfo::progress

Definition at line 110 of file histogram.c.

◆ pruning_threshold

double _CubeInfo::pruning_threshold

Definition at line 285 of file quantize.c.

◆ quantize_info

QuantizeInfo* _CubeInfo::quantize_info

Definition at line 313 of file quantize.c.

◆ root

NodeInfo * _CubeInfo::root

Definition at line 104 of file histogram.c.

◆ span

MagickSizeType _CubeInfo::span

Definition at line 329 of file quantize.c.

◆ target

DoublePixelPacket _CubeInfo::target

Definition at line 281 of file quantize.c.

◆ transparent_index

ssize_t _CubeInfo::transparent_index

Definition at line 275 of file quantize.c.

◆ transparent_pixels

MagickSizeType _CubeInfo::transparent_pixels

Definition at line 278 of file quantize.c.

◆ weights

double _CubeInfo::weights[ErrorQueueLength]

Definition at line 310 of file quantize.c.

◆ x

ssize_t _CubeInfo::x

Definition at line 107 of file histogram.c.

◆ y

ssize_t _CubeInfo::y

Definition at line 320 of file quantize.c.


The documentation for this struct was generated from the following files: