|
Grok 12.0.1
|
RAW image compress parameters. More...
#include <grok.h>
Public Attributes | |
| uint32_t | width |
| uint32_t | height |
| width of the raw image | |
| uint16_t | numcomps |
| height of the raw image | |
| uint8_t | prec |
| number of components of the raw image | |
| bool | sgnd |
| bit depth of the raw image | |
| grk_raw_comp_cparameters * | comps |
| signed/unsigned raw image | |
RAW image compress parameters.
| grk_raw_comp_cparameters* _grk_raw_cparameters::comps |
signed/unsigned raw image
| uint32_t _grk_raw_cparameters::height |
width of the raw image
| uint16_t _grk_raw_cparameters::numcomps |
height of the raw image
| uint8_t _grk_raw_cparameters::prec |
number of components of the raw image
| bool _grk_raw_cparameters::sgnd |
bit depth of the raw image
| uint32_t _grk_raw_cparameters::width |