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
*
Code split into various python modules.
Olivier Tilloy
2009-10-20
16
-1582
/
+3288
|
\
|
*
Updated unit tests' imports.
Olivier Tilloy
2009-10-20
6
-2
/
+1488
|
*
Use platform-specific include and lib dirs.
Olivier Tilloy
2009-10-20
1
-2
/
+2
|
*
Use distutils.sysconfig to determine to python include and lib paths.
Olivier Tilloy
2009-10-19
1
-4
/
+3
|
*
Install all the python modules.
Olivier Tilloy
2009-10-19
1
-2
/
+4
|
*
Experimental code split into various python modules.
Olivier Tilloy
2009-10-18
9
-1574
/
+1793
|
/
*
Do not do any charset conversions for IPTC tags.
Olivier Tilloy
2009-10-08
2
-9
/
+10
*
Fixed representations of IPTC tags (__repr__, __str__ and to_string).
Olivier Tilloy
2009-10-08
1
-9
/
+11
*
Make IptcTag._convert_to_string an instance method.
Olivier Tilloy
2009-10-08
2
-56
/
+67
*
Make IptcTag._convert_to_python an instance method.
Olivier Tilloy
2009-10-07
2
-18
/
+255
*
Fixed EXIF unit tests.
Olivier Tilloy
2009-10-07
1
-0
/
+319
*
Do not do any charset conversions for EXIF tags.
Olivier Tilloy
2009-10-06
1
-10
/
+10
*
Added a quick main that kind of mimics the output of exiv2 for an image.
Olivier Tilloy
2009-10-05
1
-0
/
+18
*
Fixed representations of EXIF tags (__repr__ and __str__).
Olivier Tilloy
2009-10-05
1
-6
/
+15
*
Added an MD5SUMS file to verify test data integrity.
Olivier Tilloy
2009-10-05
1
-0
/
+1
*
Renamed the unittest directory to test.
Olivier Tilloy
2009-10-05
0
-0
/
+0
*
One-liner __str__ for MetadataTag and ExifTag.
Olivier Tilloy
2009-08-18
1
-15
/
+7
*
EXIF tag with a list of values notify the metadata container upon any change ...
Olivier Tilloy
2009-08-07
1
-4
/
+37
*
Rational's numerator and denominator are read-only properties.
Olivier Tilloy
2009-08-07
2
-6
/
+31
*
Correctly handle decoding/encoding Exif.GPSInfo.GPSDateStamp.
Olivier Tilloy
2009-08-04
2
-3
/
+32
*
Make ExifTag._convert_to_string an instance method.
Olivier Tilloy
2009-08-04
2
-72
/
+97
*
Make ExifTag._convert_to_python an instance method.
Olivier Tilloy
2009-07-31
2
-79
/
+111
*
Renamed xtype attributes to type.
Olivier Tilloy
2009-07-30
1
-40
/
+40
*
Rational.to_float().
Olivier Tilloy
2009-07-30
2
-0
/
+13
*
Missing parameter.
Olivier Tilloy
2009-07-30
1
-1
/
+1
*
Updated module docstring.
Olivier Tilloy
2009-07-22
1
-20
/
+21
*
Fixed docstring syntax errors.
Olivier Tilloy
2009-07-22
1
-7
/
+7
*
Removed deprecated code.
Olivier Tilloy
2009-07-22
2
-24
/
+1
*
Removed a useless TODO.
Olivier Tilloy
2009-07-22
1
-1
/
+0
*
Removed deprecated code.
Olivier Tilloy
2009-07-22
1
-366
/
+1
*
Improved documentation.
Olivier Tilloy
2009-07-22
1
-4
/
+22
*
Improved documentation.
Olivier Tilloy
2009-07-21
1
-0
/
+4
*
Improved documentation.
Olivier Tilloy
2009-07-21
1
-4
/
+33
*
Improved documentation.
Olivier Tilloy
2009-07-21
1
-10
/
+21
*
Make an IPTC tag's values a notifying list.
Olivier Tilloy
2009-07-14
1
-4
/
+9
*
Improved documentation.
Olivier Tilloy
2009-07-14
1
-17
/
+34
*
Improved documentation.
Olivier Tilloy
2009-07-10
1
-15
/
+33
*
Improved documentation.
Olivier Tilloy
2009-07-10
1
-1
/
+17
*
Improved documentation.
Olivier Tilloy
2009-07-10
1
-46
/
+66
*
Improved documentation.
Olivier Tilloy
2009-07-08
1
-4
/
+21
*
Simplistic implementation of a notifying list to monitor changes to IPTC
Olivier Tilloy
2009-06-09
3
-0
/
+444
|
\
|
*
Very simplistic implementation of the notifying list (only one notification).
Olivier Tilloy
2009-06-09
2
-196
/
+65
|
*
Completed the test_no_listener and test_listener_interface tests.
Olivier Tilloy
2009-05-07
1
-2
/
+20
*
|
Reverted all the changes related to the notifying list.
Olivier Tilloy
2009-05-07
3
-562
/
+3
|
/
*
Reorganized the notifying list unit tests in separate methods.
Olivier Tilloy
2009-05-07
2
-80
/
+302
*
NotifyingList: implementation of reverse, sort, __iadd__, __imul__.
Olivier Tilloy
2009-05-04
2
-8
/
+68
*
New minimal interface for the notifying list's listeners.
Olivier Tilloy
2009-05-04
2
-51
/
+61
*
Notify on remove().
Olivier Tilloy
2009-04-30
2
-0
/
+22
*
Exception raising test code.
Olivier Tilloy
2009-04-30
1
-1
/
+32
*
Notify on pop().
Olivier Tilloy
2009-04-30
2
-0
/
+25
[next]