opj_get_decoded_tile

Function 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

§Arguments

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

§Returns

true if success, otherwise false