Function libjxl_sys::JxlEncoderVersion[][src]

pub unsafe extern "C" fn JxlEncoderVersion() -> u32

Encoder library version.

@return the encoder library version as an integer: MAJOR_VERSION * 1000000 + MINOR_VERSION * 1000 + PATCH_VERSION. For example, version 1.2.3 would return 1002003.