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 | |
| OPJ_UINT32 | ty0 |
| tile origin in y = YTOsiz | |
| OPJ_UINT32 | tdx |
| tile size in x = XTsiz | |
| OPJ_UINT32 | tdy |
| tile size in y = YTsiz | |
| OPJ_UINT32 | tw |
| number of tiles in X | |
| OPJ_UINT32 | th |
| number of tiles in Y | |
| OPJ_UINT32 | nbcomps |
| number of components | |
| opj_tile_info_v2_t | m_default_tile_info |
| Default information regarding tiles inside image. | |
| opj_tile_info_v2_t * | tile_info |
| information regarding tiles inside image | |
Information structure about the codestream (FIXME should be expand and enhance).
Default information regarding tiles inside image.
Referenced by j2k_get_cstr_info().
number of components
Referenced by j2k_get_cstr_info().
tile size in x = XTsiz
Referenced by j2k_get_cstr_info().
tile size in y = YTsiz
Referenced by j2k_get_cstr_info().
number of tiles in Y
Referenced by j2k_get_cstr_info().
information regarding tiles inside image
Referenced by j2k_get_cstr_info().
number of tiles in X
Referenced by j2k_get_cstr_info().
tile origin in x = XTOsiz
Referenced by j2k_get_cstr_info().
tile origin in y = YTOsiz
Referenced by j2k_get_cstr_info().
1.6.1