diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2008-06-14 21:10:39 +0200 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2008-06-14 21:10:39 +0200 |
commit | e01497fc943963a82c7c84ef94798e6e43027198 (patch) | |
tree | af147e82452b19f252a92ad9a40503e196958969 /src/exiv2wrapper_python.cpp | |
parent | 3a5641e021ec3b6314de359d72dea83ad906f7ea (diff) | |
download | pyexiv2-e01497fc943963a82c7c84ef94798e6e43027198.tar.gz |
First basic support for XMP metadata: listing XMP keys.
Diffstat (limited to 'src/exiv2wrapper_python.cpp')
-rw-r--r-- | src/exiv2wrapper_python.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exiv2wrapper_python.cpp b/src/exiv2wrapper_python.cpp index 3b431d9..1dd360c 100644 --- a/src/exiv2wrapper_python.cpp +++ b/src/exiv2wrapper_python.cpp @@ -54,6 +54,8 @@ BOOST_PYTHON_MODULE(libexiv2python) // .def("_Image__setIptcTag", &Image::setIptcTag) // .def("_Image__deleteIptcTag", &Image::deleteIptcTag) + .def("xmpKeys", &Image::xmpKeys) + // .def("tagDetails", &Image::tagDetails) // .def("getThumbnailData", &Image::getThumbnailData) |