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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated changelog for version 0.1.1, tagging as release-0.1.1.
release-0.1.1
Olivier Tilloy
2007-10-14
2
-1
/
+28
*
Implemented feature request tracked by bug #149212 (Add access to tag labels)...
Olivier Tilloy
2007-10-10
3
-0
/
+24
*
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
2
-1
/
+3
*
Added support for DESTDIR in SConscript for installation. This will ease the ...
Olivier Tilloy
2007-09-27
1
-10
/
+19
*
Updated the TODO list: using pkg-config does not make really sense as it adds...
Olivier Tilloy
2007-09-19
1
-2
/
+0
*
Updated the TODO list.
Olivier Tilloy
2007-09-19
1
-0
/
+1
*
Explicitely returning the tag types as C++ strings.
Olivier Tilloy
2007-09-18
1
-6
/
+6
*
Updated the changelog for release 0.1 with more details on dependencies.
Olivier Tilloy
2007-09-17
1
-1
/
+4
*
Fixed a bug reported by Damon Lynch: due to interface changes for exceptions ...
Olivier Tilloy
2007-09-16
2
-1
/
+8
*
When setting a datetime or time tag value, truncate the unused information (m...
Olivier Tilloy
2007-09-16
2
-1
/
+16
*
Updated documentation.
Olivier Tilloy
2007-09-10
2
-7
/
+2
*
Updated changelog for version 0.1, tagging as release-0.1.
release-0.1
Olivier Tilloy
2007-08-30
1
-1
/
+4
*
First release (version 0.1)! Added a ChangeLog file to track the future versi...
Olivier Tilloy
2007-08-30
2
-1
/
+4
*
Updated the README file and the todo list.
Olivier Tilloy
2007-08-30
2
-7
/
+51
*
Updated the docstring documentation of module pyexiv2.
Olivier Tilloy
2007-08-27
2
-16
/
+76
*
Internally renamed methods getAvailableExifTags() and getAvailableIptcTags() ...
Olivier Tilloy
2007-03-30
3
-8
/
+12
*
Removed methods isExigTagSet() and isIptcTagSet() as they are now useless tha...
Olivier Tilloy
2007-03-30
4
-34
/
+0
*
Changed the type of exception raised when trying to get a value corresponding...
Olivier Tilloy
2007-03-30
2
-6
/
+7
*
Updated the todo list.
Olivier Tilloy
2007-03-29
1
-0
/
+1
*
Added methods cacheAllExifTags() and cacheAllIptcTags() that read and cache a...
Olivier Tilloy
2007-03-29
2
-1
/
+8
*
Changed the name of methods getAvailableExifTags() and getAvailableIptcTags()...
Olivier Tilloy
2007-03-29
1
-2
/
+2
*
Getters and setters for EXIF and IPTC tags are now private (but beware! Pytho...
Olivier Tilloy
2007-03-29
4
-31
/
+34
*
Internal accessor __setitem__ now handles tuples to be consistent with __geti...
Olivier Tilloy
2007-03-27
2
-9
/
+13
*
Internal accessor __getitem__ now returns a tuple (immutable) when requesting...
Olivier Tilloy
2007-03-27
2
-0
/
+3
*
Updated the todo list with new ideas.
Olivier Tilloy
2007-03-18
1
-2
/
+4
*
Updated the todo list to reflect the recent modifications.
Olivier Tilloy
2007-03-18
1
-3
/
+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
2
-0
/
+27
*
Changed the Python exception type an Exiv2::Error(KEY_NOT_FOUND, ...) is conv...
Olivier Tilloy
2007-03-15
1
-1
/
+1
*
Updated the todo list with a fresh new idea :).
Olivier Tilloy
2007-03-14
1
-0
/
+1
*
The python part of the binding now correctly handles the possibility for an I...
Olivier Tilloy
2007-03-13
4
-11
/
+34
*
Modified method Image::deleteIptcTag(...) to take into account the possibilit...
Olivier Tilloy
2007-03-13
2
-9
/
+20
*
Modified methods Image::getIptcTag(...) and Image::setIptcTag(...) to take in...
Olivier Tilloy
2007-03-12
2
-23
/
+51
*
Modified the behaviour of Image::getAvailableIptcTags(): it now returns a lis...
Olivier Tilloy
2007-03-08
2
-4
/
+6
*
Updated the todo list (again!). Work work!
Olivier Tilloy
2007-03-07
1
-2
/
+2
*
Updated the todo list with fresh new ideas :).
Olivier Tilloy
2007-03-06
1
-0
/
+3
*
Added a recognized format for string to datetime conversion.
Olivier Tilloy
2007-03-04
1
-1
/
+1
*
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
3
-0
/
+32
*
Complete switch to C++/Python exceptions: methods do not return empty strings...
Olivier Tilloy
2007-01-20
4
-79
/
+48
*
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
3
-204
/
+162
*
Added a fixme in the python source.
Olivier Tilloy
2007-01-20
2
-6
/
+4
*
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
6
-16
/
+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
2
-3
/
+38
[next]