Reference¶
XMP Toolkit¶
Exceptions¶
XMPError¶
ExempiLoadError¶
Core Module¶
XMPMeta¶
XMPIterator¶
Files Module¶
XMPFiles¶
Utils Module¶
Constants¶
Constants from exempi headers.
-
libxmp.consts.options_mask(xmp_options, **kwargs)¶ Creates the options bit mask for consumption by exempi C functions.
Example:
opt = consts.options_mask( consts.XMP_SERIAL_OPTIONS, **kwargs )
or:
opt = consts.options_mask( consts.XMP_SERIAL_OPTIONS, omit_packet_wrapper=True )