[][src]Function webp_dev::sys::webp::webp_get_encoder_version

pub unsafe fn webp_get_encoder_version() -> c_int

Return the encoder's version number, packed in hexadecimal using 8bits for each of major/minor/revision.

E.g: v2.5.7 is 0x020507.