pub unsafe extern "C" fn opj_create_decompress(
    format: OPJ_CODEC_FORMAT
) -> *mut opj_codec_t
Expand description

Creates a J2K/JP2 decompression structure

  • format — Decoder to select

@return Returns a handle to a decompressor if successful, returns NULL otherwise