Function charls_sys::charls_jpegls_encoder_create

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