OpenJPEG
2.2.0
|
Information structure about the codestream (FIXME should be expand and enhance) More...
#include <openjpeg.h>
Data Fields | |
OPJ_UINT32 | tx0 |
tile origin in x = XTOsiz More... | |
OPJ_UINT32 | ty0 |
tile origin in y = YTOsiz More... | |
OPJ_UINT32 | tdx |
tile size in x = XTsiz More... | |
OPJ_UINT32 | tdy |
tile size in y = YTsiz More... | |
OPJ_UINT32 | tw |
number of tiles in X More... | |
OPJ_UINT32 | th |
number of tiles in Y More... | |
OPJ_UINT32 | nbcomps |
number of components More... | |
opj_tile_info_v2_t | m_default_tile_info |
Default information regarding tiles inside image. More... | |
opj_tile_info_v2_t * | tile_info |
information regarding tiles inside image More... | |
Information structure about the codestream (FIXME should be expand and enhance)
opj_tile_info_v2_t opj_codestream_info_v2::m_default_tile_info |
Default information regarding tiles inside image.
Referenced by j2k_get_cstr_info().
OPJ_UINT32 opj_codestream_info_v2::nbcomps |
number of components
Referenced by j2k_get_cstr_info().
OPJ_UINT32 opj_codestream_info_v2::tdx |
tile size in x = XTsiz
Referenced by j2k_get_cstr_info().
OPJ_UINT32 opj_codestream_info_v2::tdy |
tile size in y = YTsiz
Referenced by j2k_get_cstr_info().
OPJ_UINT32 opj_codestream_info_v2::th |
number of tiles in Y
Referenced by j2k_get_cstr_info().
opj_tile_info_v2_t* opj_codestream_info_v2::tile_info |
information regarding tiles inside image
Referenced by j2k_get_cstr_info().
OPJ_UINT32 opj_codestream_info_v2::tw |
number of tiles in X
Referenced by j2k_get_cstr_info().
OPJ_UINT32 opj_codestream_info_v2::tx0 |
tile origin in x = XTOsiz
Referenced by j2k_get_cstr_info().
OPJ_UINT32 opj_codestream_info_v2::ty0 |
tile origin in y = YTOsiz
Referenced by j2k_get_cstr_info().