|
OpenJPEG 2.5.4
|
#include <j2k.h>
Data Fields | |
| OPJ_UINT32 | m_reduce |
| if != 0, then original dimension divided by 2^(reduce); if == 0 or not used, image is decoded to the full resolution | |
| OPJ_UINT32 | m_layer |
| if != 0, then only the first "layer" layers are decoded; if == 0 or not used, all the quality layers are decoded | |
| OPJ_UINT32 opj_decoding_param::m_layer |
if != 0, then only the first "layer" layers are decoded; if == 0 or not used, all the quality layers are decoded
| OPJ_UINT32 opj_decoding_param::m_reduce |
if != 0, then original dimension divided by 2^(reduce); if == 0 or not used, image is decoded to the full resolution