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
*
Added the _XmpTag class in the low-level wrapper.
Olivier Tilloy
2009-11-20
3
-0
/
+90
*
IptcTag doesn't inherit from libexiv2python._IptcTag anymore, it keeps a refe...
Olivier Tilloy
2009-11-18
3
-37
/
+103
*
Make Image::getIptcTag return an IptcTag.
Olivier Tilloy
2009-11-18
2
-39
/
+22
*
Throw an exception when trying to set multiple values on non repeatable IPTC ...
Olivier Tilloy
2009-11-18
1
-4
/
+14
*
Do not cache the raw values.
Olivier Tilloy
2009-11-18
2
-26
/
+11
*
Implemented IptcTag::setRawValues.
Olivier Tilloy
2009-11-18
1
-3
/
+18
*
Instantiate an _IptcTag from an Exiv2::IptcMetadata (vector of Iptcdatum).
Olivier Tilloy
2009-11-17
3
-17
/
+34
*
Added an example script that manipulates EXIF metadata in an image.
Olivier Tilloy
2009-11-17
1
-0
/
+30
*
Cosmetics.
Olivier Tilloy
2009-11-16
1
-11
/
+11
*
Fix setting the value of an EXIF tag.
Olivier Tilloy
2009-11-16
3
-19
/
+8
*
Updated documentation.
Olivier Tilloy
2009-11-16
1
-10
/
+1
*
ExifTag doesn't inherit from libexiv2python._ExifTag anymore, it keeps a refe...
Olivier Tilloy
2009-11-15
3
-16
/
+28
*
Make Image::getExifTag return an ExifTag.
Olivier Tilloy
2009-11-12
3
-131
/
+129
*
Also expose the EXIF tags' human readable value.
Olivier Tilloy
2009-11-11
4
-0
/
+21
*
Moved exif2 to exif.
Olivier Tilloy
2009-11-05
2
-397
/
+80
*
Implementation of the ListenerInterface in the the ExifTag.
Olivier Tilloy
2009-11-05
1
-1
/
+6
*
Renamed ExifTag's _value to _raw_value.
Olivier Tilloy
2009-11-05
4
-25
/
+63
*
Preliminary investigation to implement the *Tag classes in C++.
Olivier Tilloy
2009-11-04
4
-0
/
+546
*
Pass IPTC Dates to exiv2 in the correct format (%Y-%m-%d).
Olivier Tilloy
2009-10-28
2
-6
/
+10
*
Do not allow setting the values of an IPTC tag to something else than a list ...
Olivier Tilloy
2009-10-26
2
-0
/
+8
*
Fixed the signature of the setIptcTagValues method.
Olivier Tilloy
2009-10-23
2
-2
/
+2
*
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
[next]