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
*
Updated copyright headers for 2010.
Olivier Tilloy
2010-01-05
13
-13
/
+13
*
Cleanup: removed some useless includes.
Olivier Tilloy
2010-01-04
1
-2
/
+0
*
Replaced all data read checks by a custom macro.
Olivier Tilloy
2010-01-02
1
-84
/
+26
*
Always check if the metadata has been read beforehand.
Olivier Tilloy
2010-01-02
1
-119
/
+115
*
Also release the GIL when opening a file,
Olivier Tilloy
2009-12-24
1
-0
/
+14
*
Release the GIL while reading/writing metadata.
Olivier Tilloy
2009-12-21
1
-0
/
+14
*
Fixed ExifTag.__str__ for multiple values.
Olivier Tilloy
2009-12-19
1
-1
/
+4
*
Tweaks to the documentation of the module.
Olivier Tilloy
2009-12-18
1
-3
/
+3
*
Tweaks to the documentation of the ImageMetadata class.
Olivier Tilloy
2009-12-18
1
-13
/
+14
*
Complete documentation of the XmpTag class.
Olivier Tilloy
2009-12-18
1
-7
/
+44
*
Complete documentation of the IptcTag class.
Olivier Tilloy
2009-12-18
1
-7
/
+38
*
Complete documentation of the ExifTag class.
Olivier Tilloy
2009-12-18
4
-20
/
+35
*
Updated the example script to also manipulate IPTC and XMP metadata.
Olivier Tilloy
2009-12-16
1
-9
/
+60
*
Fixed metadata unit tests.
Olivier Tilloy
2009-12-16
1
-4
/
+10
*
Fixed XMP unit tests.
Olivier Tilloy
2009-12-15
1
-8
/
+7
*
Fixed EXIF unit tests.
Olivier Tilloy
2009-12-15
1
-1
/
+1
*
Stricter type checking when setting the value of an XMP tag.
Olivier Tilloy
2009-12-10
1
-3
/
+4
*
Write the XMP value back to the image.
Olivier Tilloy
2009-12-10
4
-7
/
+56
*
Fixed XmpTag.__str__.
Olivier Tilloy
2009-12-01
1
-3
/
+27
*
Typo.
Olivier Tilloy
2009-12-01
1
-1
/
+1
*
Handle all complex types when setting the value of an XmpTag.
Olivier Tilloy
2009-12-01
1
-60
/
+46
*
Get the correct exiv2 type for XMP tags even when no value is set.
Olivier Tilloy
2009-12-01
1
-1
/
+1
*
Separate _XmpTag value setters for text, array and lang alt.
Olivier Tilloy
2009-11-30
3
-4
/
+36
*
XMP: convert LangAlt keys and values to unicode.
Olivier Tilloy
2009-11-27
1
-1
/
+6
*
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
[next]