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

Creates a J2K/JP2 compression structure

  • format — Coder to select @return Returns a handle to a compressor if successful, returns NULL otherwise