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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implemented feature request tracked by bug #149212 (Add access to tag labels)...
Olivier Tilloy
2007-10-10
1
-0
/
+19
*
Explicitely returning the tag types as C++ strings.
Olivier Tilloy
2007-09-18
1
-6
/
+6
*
Fixed a bug reported by Damon Lynch: due to interface changes for exceptions ...
Olivier Tilloy
2007-09-16
1
-1
/
+7
*
Internally renamed methods getAvailableExifTags() and getAvailableIptcTags() ...
Olivier Tilloy
2007-03-30
1
-4
/
+4
*
Removed methods isExigTagSet() and isIptcTagSet() as they are now useless tha...
Olivier Tilloy
2007-03-30
1
-24
/
+0
*
Changed the type of exception raised when trying to get a value corresponding...
Olivier Tilloy
2007-03-30
1
-1
/
+1
*
Changed the Python exception type an Exiv2::Error(KEY_NOT_FOUND, ...) is conv...
Olivier Tilloy
2007-03-15
1
-1
/
+1
*
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
-7
/
+14
*
Modified methods Image::getIptcTag(...) and Image::setIptcTag(...) to take in...
Olivier Tilloy
2007-03-12
1
-18
/
+41
*
Modified the behaviour of Image::getAvailableIptcTags(): it now returns a lis...
Olivier Tilloy
2007-03-08
1
-3
/
+4
*
Added two methods to class Image, isExifTagSet() and isIptcTagSet(), to deter...
Olivier Tilloy
2007-01-20
1
-0
/
+24
*
Complete switch to C++/Python exceptions: methods do not return empty strings...
Olivier Tilloy
2007-01-20
1
-65
/
+45
*
Defined a new custom IO exception for when trying to access the metadata befo...
Olivier Tilloy
2007-01-20
1
-60
/
+24
*
Basic handling of Exiv2 exceptions which are now converted to corresponding P...
Olivier Tilloy
2007-01-20
1
-204
/
+157
*
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
/
+22
*
Optimized the memory allocation when extracting the thumbnail data from an im...
Olivier Tilloy
2007-01-04
1
-2
/
+4
*
Added and implemented Image::deleteThumbnail() and Image::dumpThumbnailToFile().
Olivier Tilloy
2007-01-03
1
-15
/
+57
*
Implemented Image::setThumbnailData() that sets the thumbnail embedded in an ...
Olivier Tilloy
2007-01-03
1
-4
/
+13
*
Implemented Image::getThumbnailData() that returns a string containing the ra...
Olivier Tilloy
2007-01-03
1
-2
/
+34
*
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
-3
/
+112
*
Initial import of the existing sources for the project.
Olivier Tilloy
2006-12-30
1
-0
/
+290