Function charls_sys::charls_jpegls_decoder_create

source ยท
pub unsafe extern "C" fn charls_jpegls_decoder_create() -> *mut charls_jpegls_decoder
Expand description
Creates a JPEG-LS decoder instance, when finished with the instance destroy it with the function charls_jpegls_decoder_destroy. A reference to a new created decoder instance, or a null pointer when the creation fails.