Function grokj2k_sys::grk_decompress_tile[][src]

pub unsafe extern "C" fn grk_decompress_tile(
    codec: *mut grk_codec,
    tileIndex: u16
) -> bool
Expand description

Decompress a specific tile

@param codec JPEG 2000 code stream @param tileIndex index of the tile to be decompressed

@return true if successful, otherwise false