aboutsummaryrefslogtreecommitdiffstats
path: root/src/exiv2wrapper_python.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/exiv2wrapper_python.cpp')
-rw-r--r--src/exiv2wrapper_python.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exiv2wrapper_python.cpp b/src/exiv2wrapper_python.cpp
index ac51fae..3a09a0c 100644
--- a/src/exiv2wrapper_python.cpp
+++ b/src/exiv2wrapper_python.cpp
@@ -153,6 +153,8 @@ BOOST_PYTHON_MODULE(libexiv2python)
.def("_eraseExifThumbnail", &Image::eraseExifThumbnail)
.def("_setExifThumbnailFromFile", &Image::setExifThumbnailFromFile)
.def("_setExifThumbnailFromData", &Image::setExifThumbnailFromData)
+
+ .def("_getIptcCharset", &Image::getIptcCharset)
;
def("_registerXmpNs", registerXmpNs, args("name", "prefix"));