index
:
pyexiv2
master
python binding to exiv2, the C++ library for manipulation of EXIF, IPTC and XMP image metadata
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libpyexiv2.hpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
The python part of the binding now correctly handles the possibility for an I...
Olivier Tilloy
2007-03-13
1
-1
/
+1
*
Modified method Image::deleteIptcTag(...) to take into account the possibilit...
Olivier Tilloy
2007-03-13
1
-2
/
+6
*
Modified methods Image::getIptcTag(...) and Image::setIptcTag(...) to take in...
Olivier Tilloy
2007-03-12
1
-5
/
+10
*
Modified the behaviour of Image::getAvailableIptcTags(): it now returns a lis...
Olivier Tilloy
2007-03-08
1
-1
/
+2
*
Updated the C++ class' methods comments.
Olivier Tilloy
2007-01-20
1
-24
/
+29
*
Added two methods to class Image, isExifTagSet() and isIptcTagSet(), to deter...
Olivier Tilloy
2007-01-20
1
-0
/
+6
*
Complete switch to C++/Python exceptions: methods do not return empty strings...
Olivier Tilloy
2007-01-20
1
-6
/
+3
*
Basic handling of Exiv2 exceptions which are now converted to corresponding P...
Olivier Tilloy
2007-01-20
1
-0
/
+3
*
Removed useless history in file headers (what use is it when using a VCS anyw...
Olivier Tilloy
2007-01-18
1
-3
/
+0
*
Updated the todo list.
Olivier Tilloy
2007-01-08
1
-1
/
+1
*
Added method Image::setThumbnailFromJpegFile(...) that allows setting the ima...
Olivier Tilloy
2007-01-07
1
-0
/
+5
*
Added and implemented Image::deleteThumbnail() and Image::dumpThumbnailToFile().
Olivier Tilloy
2007-01-03
1
-0
/
+10
*
Implemented Image::setThumbnailData() that sets the thumbnail embedded in an ...
Olivier Tilloy
2007-01-03
1
-4
/
+3
*
Added the declaration of methods for accessing the thumbnail data (not implem...
Olivier Tilloy
2007-01-02
1
-0
/
+12
*
Added a README file for general information about the project.
Olivier Tilloy
2006-12-30
1
-2
/
+2
*
Added and implemented IPTC-related methods.
Olivier Tilloy
2006-12-30
1
-5
/
+14
*
Initial import of the existing sources for the project.
Olivier Tilloy
2006-12-30
1
-0
/
+105