Skip to main content

JxlEncoderAllowExpertOptions

Function JxlEncoderAllowExpertOptions 

Source
pub unsafe extern "C" fn JxlEncoderAllowExpertOptions(
    enc: *mut JxlEncoder,
)
Expand description

Enables usage of expert options.

At the moment, the only expert option is setting an effort value of 11, which gives the best compression for pixel-lossless modes but is very slow.

@param enc encoder object.