JxlEncoderVersion

Function JxlEncoderVersion 

Source
pub unsafe extern "C-unwind" fn JxlEncoderVersion() -> u32
Expand description

Encoder library version.

ยงReturns

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