Flags

Details

class GExiv2.XmpFormatFlags(value)

Bases: GObject.GFlags

Options to control the format of the serialized XMP packet Taken from: exiv2/src/xmp.hpp

WRITE_ALIAS_COMMENTS = 1024

Show aliases as XML comments.

OMIT_PACKET_WRAPPER = 16

Omit the XML packet wrapper.

OMIT_ALL_FORMATTING = 2048

Omit all formatting whitespace.

INCLUDE_THUMBNAIL_PAD = 256

Include a padding allowance for a thumbnail image.

READ_ONLY_PACKET = 32

Default is a writeable packet.

EXACT_PACKET_LENGTH = 512

The padding parameter is the overall packet length.

USE_COMPACT_FORMAT = 64

Use a compact form of RDF.