Function libjxl_sys::JxlEncoderOptionsSetLossless[][src]

pub unsafe extern "C" fn JxlEncoderOptionsSetLossless(
    options: *mut JxlEncoderOptions,
    lossless: c_int
) -> JxlEncoderStatus

Sets lossless/lossy mode for the provided options. Default is lossy.

@param options set of encoder options to update with the new mode @param lossless whether the options should be lossless