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
*
Removed some unused legacy code.
Olivier Tilloy
2010-01-21
6
-209
/
+2
*
Fixed adding values to repeatable IPTC tags.
Olivier Tilloy
2010-01-21
1
-1
/
+3
*
Lazy value computation.
Olivier Tilloy
2010-01-21
3
-101
/
+78
|
\
|
*
Lazy value computation for XMP tags.
Olivier Tilloy
2010-01-21
1
-48
/
+36
|
*
Lazy value computation for IPTC tags.
Olivier Tilloy
2010-01-21
1
-27
/
+18
|
*
Set the tag's value when setting the raw value.
Olivier Tilloy
2010-01-21
1
-3
/
+2
|
*
Reset the value cookie to False when setting the value.
Olivier Tilloy
2010-01-19
1
-3
/
+4
|
*
Lazy value computation for EXIF tags.
Olivier Tilloy
2010-01-19
1
-20
/
+18
*
|
Documentation.
Olivier Tilloy
2010-01-21
1
-0
/
+1
|
/
*
More explicit ValueErrors when trying to instantiate a GPSCoordinate with inv...
Olivier Tilloy
2010-01-19
1
-4
/
+4
*
GPSCoordinate class to match the XMP GPSCoordinate type.
Olivier Tilloy
2010-01-19
3
-2
/
+124
*
Support the EXIF Comment type.
Olivier Tilloy
2010-01-19
1
-3
/
+21
*
Renamed UndefinedToString to undefined_to_string
Olivier Tilloy
2010-01-17
3
-8
/
+8
*
Do not convert automatically Undefined values to their human representation,
Olivier Tilloy
2010-01-17
1
-4
/
+5
*
Always provide the EXIF interpreted value if possible.
Olivier Tilloy
2010-01-17
2
-7
/
+8
*
IPTC: when setting the values of a tag, use its raw_values.
Olivier Tilloy
2010-01-17
1
-1
/
+1
*
EXIF: when setting the value of a tag, use its raw_value.
Olivier Tilloy
2010-01-17
1
-1
/
+1
*
Support the EXIF SShort type (handled similarly as Short).
Olivier Tilloy
2010-01-17
1
-5
/
+12
*
Support the EXIF SByte type (handled exactly the same way as Byte).
Olivier Tilloy
2010-01-15
1
-5
/
+5
*
When setting multiple values for an EXIF tag, they must be separated by a whi...
Olivier Tilloy
2010-01-15
1
-1
/
+1
*
Preview::writeToFile dumps the preview data to a file.
Olivier Tilloy
2010-01-08
3
-0
/
+14
*
Adapted the pyqt thumbnail example.
Olivier Tilloy
2010-01-08
1
-32
/
+37
*
Adapted the pygtk thumbnail example.
Olivier Tilloy
2010-01-08
1
-36
/
+42
*
Preview (thumbnail) extraction.
Olivier Tilloy
2010-01-08
4
-0
/
+73
*
Updated copyright headers for 2010.
Olivier Tilloy
2010-01-05
13
-13
/
+13
|
\
|
*
Updated copyright headers for 2010.
Olivier Tilloy
2010-01-05
13
-13
/
+13
*
|
Fix compilation against libexiv2 0.19.
Olivier Tilloy
2010-01-04
1
-7
/
+31
|
/
*
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
[next]