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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
XMP AgentName conversion.
Olivier Tilloy
2009-11-27
1
-1
/
+1
*
XMP text value to Rational conversion.
Olivier Tilloy
2009-11-27
1
-1
/
+7
*
Use the (much more reliable) exiv2 type of the XMP tag to get its correct value.
Olivier Tilloy
2009-11-26
4
-4
/
+15
*
Fixed missing import.
Olivier Tilloy
2009-11-26
1
-0
/
+2
*
Handle XMP tags for which static property information is not available.
Olivier Tilloy
2009-11-25
2
-4
/
+19
*
Case insensitive matching of the type.
Olivier Tilloy
2009-11-25
1
-2
/
+2
*
Correctly convert XMP tags of type "bag closed Choice of ...".
Olivier Tilloy
2009-11-25
1
-1
/
+4
*
Handle all types of values for XMP tags.
Olivier Tilloy
2009-11-24
1
-73
/
+48
*
Separate _XmpTag value getters for text, array and lang alt.
Olivier Tilloy
2009-11-24
3
-8
/
+38
*
Do not store the XMP info for a given tag statically.
Olivier Tilloy
2009-11-20
1
-1
/
+1
*
Make XmpTag._convert_to_string an instance method.
Olivier Tilloy
2009-11-20
1
-29
/
+27
*
Make XmpTag._convert_to_python an instance method.
Olivier Tilloy
2009-11-20
1
-48
/
+44
*
XmpTag doesn't inherit from libexiv2python._XmpTag anymore, it keeps a refere...
Olivier Tilloy
2009-11-20
2
-30
/
+78
*
Make Image::getXmpTag return an XmpTag.
Olivier Tilloy
2009-11-20
2
-15
/
+5
*
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
2
-36
/
+102
*
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
1
-2
/
+6
*
Do not allow setting the values of an IPTC tag to something else than a list ...
Olivier Tilloy
2009-10-26
1
-0
/
+2
*
Fixed the signature of the setIptcTagValues method.
Olivier Tilloy
2009-10-23
2
-2
/
+2
*
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
1
-5
/
+9
*
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
1
-23
/
+19
*
Make IptcTag._convert_to_python an instance method.
Olivier Tilloy
2009-10-07
1
-18
/
+20
*
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
*
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
1
-6
/
+16
*
Correctly handle decoding/encoding Exif.GPSInfo.GPSDateStamp.
Olivier Tilloy
2009-08-04
1
-3
/
+17
[prev]
[next]