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
/
pyexiv2.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implemented feature request tracked by bug #147534 (Provide access to interpr...
Olivier Tilloy
2007-10-04
1
-0
/
+17
*
Fixed bug #146323 (Multi value fields are broken): when a EXIF tag value is n...
Olivier Tilloy
2007-10-03
1
-2
/
+5
*
Fixed bug #146313 (passing the filename to the Image constructor as unicode f...
Olivier Tilloy
2007-09-28
1
-1
/
+1
*
When setting a datetime or time tag value, truncate the unused information (m...
Olivier Tilloy
2007-09-16
1
-0
/
+16
*
Updated documentation.
Olivier Tilloy
2007-09-10
1
-7
/
+1
*
Updated the docstring documentation of module pyexiv2.
Olivier Tilloy
2007-08-27
1
-15
/
+75
*
Changed the type of exception raised when trying to get a value corresponding...
Olivier Tilloy
2007-03-30
1
-5
/
+6
*
Added methods cacheAllExifTags() and cacheAllIptcTags() that read and cache a...
Olivier Tilloy
2007-03-29
1
-0
/
+8
*
Getters and setters for EXIF and IPTC tags are now private (but beware! Pytho...
Olivier Tilloy
2007-03-29
1
-22
/
+24
*
Internal accessor __setitem__ now handles tuples to be consistent with __geti...
Olivier Tilloy
2007-03-27
1
-8
/
+13
*
Internal accessor __getitem__ now returns a tuple (immutable) when requesting...
Olivier Tilloy
2007-03-27
1
-0
/
+2
*
Added a __delitem__(key) method to class Image in order to allow the use of t...
Olivier Tilloy
2007-03-18
1
-2
/
+25
*
Added a __setitem__(key, value) method to class Image in order to allow the u...
Olivier Tilloy
2007-03-18
1
-0
/
+54
*
Added a __getitem__(key) method to class Image in order to allow the use of t...
Olivier Tilloy
2007-03-15
1
-0
/
+26
*
The python part of the binding now correctly handles the possibility for an I...
Olivier Tilloy
2007-03-13
1
-8
/
+32
*
Added a recognized format for string to datetime conversion.
Olivier Tilloy
2007-03-04
1
-1
/
+1
*
Complete switch to C++/Python exceptions: methods do not return empty strings...
Olivier Tilloy
2007-01-20
1
-6
/
+0
*
Added a fixme in the python source.
Olivier Tilloy
2007-01-20
1
-2
/
+2
*
Times are now correctly handled by the methods Image::getIptcTagValue(...) an...
Olivier Tilloy
2007-01-18
1
-15
/
+6
*
Removed useless history in file headers (what use is it when using a VCS anyw...
Olivier Tilloy
2007-01-18
1
-6
/
+0
*
Added a concrete subclass of datetime.tzinfo, FixedOffset, to represent offse...
Olivier Tilloy
2007-01-18
1
-0
/
+78
*
Added method setIptcTagValue() to class Image in the higher-level binding (st...
Olivier Tilloy
2007-01-17
1
-1
/
+36
*
Utility functions StringToDate(string) and StringToTime(string) now correctly...
Olivier Tilloy
2007-01-17
1
-70
/
+52
*
Implemented utility function StringToTime(string) (could be improved but shou...
Olivier Tilloy
2007-01-16
1
-3
/
+47
*
Added utility functions: StringToDate(string) and StringToTime(string) (this ...
Olivier Tilloy
2007-01-10
1
-5
/
+88
*
Considerably improved the ascii to datetime conversion for EXIF tags.
Olivier Tilloy
2007-01-08
1
-8
/
+35
*
Updated the todo list.
Olivier Tilloy
2007-01-08
1
-1
/
+1
*
Added a test function (yet to define) to the python library.
Olivier Tilloy
2007-01-01
1
-0
/
+8
*
Documented the high-level binding with doc strings.
Olivier Tilloy
2006-12-30
1
-24
/
+103
*
Added a README file for general information about the project.
Olivier Tilloy
2006-12-30
1
-2
/
+2
*
Initial import of the existing sources for the project.
Olivier Tilloy
2006-12-30
1
-0
/
+117