OpenJPEG 2.5.4
opj_decoding_param Struct Reference

#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

Field Documentation

◆ m_layer

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

◆ m_reduce

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


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