Function openjpeg_sys::opj_get_decoded_tile
source · pub unsafe extern "C" fn opj_get_decoded_tile(
p_codec: *mut opj_codec_t,
p_stream: *mut opj_stream_t,
p_image: *mut opj_image_t,
tile_index: OPJ_UINT32,
) -> OPJ_BOOL
Expand description
Get the decoded tile from the codec
p_codec
— the jpeg2000 codec.p_stream
— input streammp_image
— output imagetile_index
— index of the tile which will be decode
@return true if success, otherwise false