[][src]Function jpegxl_sys::JxlEncoderOptionsCreate

pub unsafe extern "C" fn JxlEncoderOptionsCreate(
    enc: *mut JxlEncoder,
    source: *const JxlEncoderOptions
) -> *mut JxlEncoderOptions

Create a new set of encoder options, with all values initially copied from the source options, or set to default.

@param enc encoder object @param source source options to copy initial values from, or NULL to get defaults initialized to defaults