diff options
Diffstat (limited to 'src/exiv2wrapper.hpp')
-rw-r--r-- | src/exiv2wrapper.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/exiv2wrapper.hpp b/src/exiv2wrapper.hpp index 371cfe3..99929fc 100644 --- a/src/exiv2wrapper.hpp +++ b/src/exiv2wrapper.hpp @@ -122,6 +122,8 @@ public: // than the highest existing one. //boost::python::tuple deleteIptcTag(std::string key, unsigned int index); + boost::python::list xmpKeys(); + // Return a tuple containing the name of the tag and its description. //boost::python::tuple tagDetails(std::string key); @@ -154,6 +156,7 @@ private: Exiv2::Image::AutoPtr _image; Exiv2::ExifData _exifData; Exiv2::IptcData _iptcData; + Exiv2::XmpData _xmpData; // true if the image's internal metadata has already been read, // false otherwise |