#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 | |
1.5.6