exiv2.version_module

Exiv2 library version information.

Functions

testVersion

Test the version of the available Exiv2 library at runtime.

version

Return the version of Exiv2 as "C" string eg "0.27.0.2".

versionInfo

Return a dict of libexiv2 build options.

versionNumber

Return the version of Exiv2 available at runtime as a uint32_t.

versionNumberHexString

Return the version of Exiv2 as hex string of fixed length 6.

versionString

Return the version string Example: "0.25.0" (major.minor.patch)