"L. Spiro Engine"
|
#include <LSIJpegCommonStructs.h>
Public Attributes | |
LSINT32 | cp_reduce |
LSINT32 | cp_layer |
LSCHAR | infile [4096] |
LSCHAR | outfile [4096] |
LSINT32 | decod_format |
LSINT32 | cod_format |
LSBOOL | jpwl_correct |
LSINT32 | jpwl_exp_comps |
LSINT32 | jpwl_max_tiles |
OPJ_LIMIT_DECODING | cp_limit_decoding |
Decompression parameters.
Output file format 0: PGX, 1: PxM, 2: BMP.
Set the maximum number of quality layers to decode. If there are less quality layers than the specified number, all the quality layers are decoded. if != 0, then only the first "layer" layers are decoded; if == 0 or not used, all the quality layers are decoded
Specify whether the decoding should be done on the entire codestream, or be limited to the main header Limiting the decoding to the main header makes it possible to extract the characteristics of the codestream if == NO_LIMITATION, the entire codestream is decoded; if == LIMIT_TO_MAIN_HEADER, only the main header is decoded;
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 != 0, then original dimension divided by 2^(reduce); if == 0 or not used, image is decoded to the full resolution
Input file format 0: J2K, 1: JP2, 2: JPT.
LSCHAR lsi::CJpegCommonStructs::opj_dparameters::infile[4096] |
Input file name.
Activates the JPWL correction capabilities.
Expected number of components.
Maximum number of tiles.
LSCHAR lsi::CJpegCommonStructs::opj_dparameters::outfile[4096] |
Output file name.