Function jpegxl_sys::JxlEncoderOptionsSetEffort[][src]

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

Sets encoder effort/speed level. Valid values are, from faster to slower speed: 3:falcon 4:cheetah 5:hare 6:wombat 7:squirrel 8:kitten 9:tortoise Default: squirrel (7).

@param options set of encoder options to update with the new mode. @param effort the effort value to set.