Exiv2
|
Encoding and decoding of XMP data. More...
#include "metadatum.hpp"
#include "properties.hpp"
#include "value.hpp"
#include "types.hpp"
#include <string>
#include <vector>
Classes | |
class | Exiv2::Xmpdatum |
Information related to an XMP property. An XMP metadatum consists of an XmpKey and a Value and provides methods to manipulate these. More... | |
class | Exiv2::XmpData |
A container for XMP data. This is a top-level class of the Exiv2 library. More... | |
class | Exiv2::XmpParser |
Stateless parser class for XMP packets. Images use this class to parse and serialize XMP packets. The parser uses the XMP toolkit to do the job. More... | |
Namespaces | |
Exiv2 | |
Provides classes and functions to encode and decode Exif and Iptc data. The libexiv2 API consists of the objects of this namespace. | |
Typedefs | |
typedef std::vector< Xmpdatum > | Exiv2::XmpMetadata |
Container type to hold all metadata. | |
Encoding and decoding of XMP data.