Metadata


Object Hierarchy:

Object hierarchy for Metadata

Description:

[ CCode ( type_id = "gexiv2_metadata_get_type ()" ) ]
public class Metadata : Object

An object holding all the Exiv2 metadata.

Previews, if present, are also available.

It is a generic object that provides everything from simple aggregated accessors to common data such as image comments up to fine-grained access to specific tags of a specfic format, be it EXIF, IPTC or XMP.

As gexiv2 is only a wrapper around Exiv2, it's better to read its documentation to understand the full scope of what it offers: http://www.exiv2.org/

In particular, rather than providing a getter/setter method pair for every metadata value available for images (of which there are thousands), Exiv2 uses a dotted addressing scheme. For example, to access a photo's EXIF Orientation field, the caller passes to Exiv2 "Exif.Photo.Orientation". These *tags* (in Exiv2 parlance) are key to using Exiv2 (and therefore gexiv2) to its fullest.

A full reference for all supported Exiv2 tags can be found at http://www.exiv2.org/metadata.html


Namespace: GExiv2
Package: gexiv2-0.16

Content:

Static methods:

Creation methods:

Methods:

Inherited Members: