Function libjxl_sys::JxlDecoderVersion[][src]

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

Decoder library version.

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