|
Grok
7.6.0
|
Core decompress parameters. More...
#include <grok.h>
Data Fields | |
| uint32_t | cp_reduce |
| Set the number of highest resolution levels to be discarded. More... | |
| uint32_t | cp_layer |
| Set the maximum number of quality layers to decompress. More... | |
| char | infile [GRK_PATH_LEN] |
| input file name More... | |
| char | outfile [GRK_PATH_LEN] |
| output file name More... | |
| GRK_SUPPORTED_FILE_FMT | decod_format |
| input file format More... | |
| GRK_SUPPORTED_FILE_FMT | cod_format |
| output file format More... | |
| uint32_t | DA_x0 |
| Decoding area left boundary. More... | |
| uint32_t | DA_x1 |
| Decoding area right boundary. More... | |
| uint32_t | DA_y0 |
| Decoding area up boundary. More... | |
| uint32_t | DA_y1 |
| Decoding area bottom boundary. More... | |
| bool | m_verbose |
| Verbose mode. More... | |
| uint16_t | tile_index |
| tile number of the decompressed tile More... | |
| uint32_t | nb_tile_to_decode |
| Number of tiles to decompress. More... | |
| uint32_t | flags |
Core decompress parameters.
| GRK_SUPPORTED_FILE_FMT _grk_dparameters::cod_format |
output file format
| uint32_t _grk_dparameters::cp_layer |
Set the maximum number of quality layers to decompress.
If there are fewer quality layers than the specified number, all quality layers will be decoded. if != 0, then only the first "layer" layers are decoded; if == 0 or not used, all the quality layers are decoded
| uint32_t _grk_dparameters::cp_reduce |
Set the number of highest resolution levels to be discarded.
The image resolution is effectively divided by 2 to the power of the number of discarded levels. The reduce factor is limited by the smallest total number of decomposition levels among tiles. if greater than zero, then image is deocded to original dimension divided by 2^(cp_reduce); if equal to zero or not used, image is decoded to full resolution
| uint32_t _grk_dparameters::DA_x0 |
Decoding area left boundary.
| uint32_t _grk_dparameters::DA_x1 |
Decoding area right boundary.
| uint32_t _grk_dparameters::DA_y0 |
Decoding area up boundary.
| uint32_t _grk_dparameters::DA_y1 |
Decoding area bottom boundary.
| GRK_SUPPORTED_FILE_FMT _grk_dparameters::decod_format |
input file format
| uint32_t _grk_dparameters::flags |
| char _grk_dparameters::infile[GRK_PATH_LEN] |
input file name
| bool _grk_dparameters::m_verbose |
Verbose mode.
| uint32_t _grk_dparameters::nb_tile_to_decode |
Number of tiles to decompress.
| char _grk_dparameters::outfile[GRK_PATH_LEN] |
output file name
| uint16_t _grk_dparameters::tile_index |
tile number of the decompressed tile
1.8.18