[][src]Function openjpeg_sys::opj_get_decoded_tile

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

Get the decoded tile from the codec

  • p_codec — the jpeg2000 codec.
  • p_stream — input streamm
  • p_image — output image
  • tile_index — index of the tile which will be decode

@return true if success, otherwise false