Function grokj2k_sys::grk_decompress_read_header[][src]

pub unsafe extern "C" fn grk_decompress_read_header(
    codec: *mut grk_codec,
    header_info: *mut grk_header_info
) -> bool
Expand description

Decompress JPEG 2000 header

@param codec JPEG 2000 code stream to read. @param header_info information read from JPEG 2000 header. @param image the image structure initialized with the characteristics of encoded image. @return true if the main header of the code stream and the JP2 header is correctly read.