The stick2xyz Documentation 1.14.1
output2d_qualityinfo Struct Reference

#include <stick2xyz.h>

Data Fields

uint32_t quality_version
 
int quality_min
 
int quality_max
 
int quality_best
 
int quality_fast
 
int quality_default
 

Detailed Description

This structure is filled in by mod_output2d_quality_range.

Definition at line 1635 of file stick2xyz.h.

Field Documentation

◆ quality_best

int quality_best

This value is the value that provides the best compression in size.

Definition at line 1658 of file stick2xyz.h.

◆ quality_default

int quality_default

This value is the default value as defined in configure.

Definition at line 1669 of file stick2xyz.h.

◆ quality_fast

int quality_fast

This value is the value that provides the fastest compression.

Definition at line 1664 of file stick2xyz.h.

◆ quality_max

int quality_max

This value is the maximum value that is valid.

Definition at line 1652 of file stick2xyz.h.

◆ quality_min

int quality_min

This value is the minimum value that is valid.

Definition at line 1647 of file stick2xyz.h.

◆ quality_version

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.


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

SourceForge.net Logo  stick2xyz Project Page