The stick2xyz Documentation 1.14.1
|
#include <stick2xyz.h>
Data Fields | |
uint32_t | quality_version |
int | quality_min |
int | quality_max |
int | quality_best |
int | quality_fast |
int | quality_default |
This structure is filled in by mod_output2d_quality_range.
Definition at line 1635 of file stick2xyz.h.
int quality_best |
This value is the value that provides the best compression in size.
Definition at line 1658 of file stick2xyz.h.
int quality_default |
This value is the default value as defined in configure.
Definition at line 1669 of file stick2xyz.h.
int quality_fast |
This value is the value that provides the fastest compression.
Definition at line 1664 of file stick2xyz.h.
int quality_max |
This value is the maximum value that is valid.
Definition at line 1652 of file stick2xyz.h.
int quality_min |
This value is the minimum value that is valid.
Definition at line 1647 of file stick2xyz.h.
uint32_t quality_version |
This value needs to be set as sizeof(struct output2d_qualityinfo) by the caller. The module will need to check this value to avoid overrunning a buffer.
Definition at line 1642 of file stick2xyz.h.