diff options
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 aab2925..5a03132 100644 --- a/src/exiv2wrapper_python.cpp +++ b/src/exiv2wrapper_python.cpp @@ -148,6 +148,8 @@ BOOST_PYTHON_MODULE(libexiv2python) .def("_previews", &Image::previews) .def("_copyMetadata", &Image::copyMetadata) + + .def("_getDataBuffer", &Image::getDataBuffer) ; } |