[trunk] WIP: enhance j2k_to_image with new get_decoded_tile functionality

This commit is contained in:
Mickael Savinaud
2011-11-17 14:24:51 +00:00
parent 380a357b08
commit aaf6e84373
5 changed files with 71 additions and 26 deletions

View File

@@ -439,6 +439,11 @@ typedef struct opj_dparameters {
/** Verbose mode */
opj_bool m_verbose;
/** tile number ot the decoded tile*/
OPJ_UINT32 tile_index;
/** Nb of tile to decode */
OPJ_UINT32 nb_tile_to_decode;
/*@}*/
/* UniPG>> */