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
/
exiv2wrapper.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Complete documentation of the ExifTag class.
Olivier Tilloy
2009-12-18
1
-6
/
+0
*
Write the XMP value back to the image.
Olivier Tilloy
2009-12-10
1
-2
/
+42
*
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
1
-2
/
+30
*
Use the (much more reliable) exiv2 type of the XMP tag to get its correct value.
Olivier Tilloy
2009-11-26
1
-0
/
+7
*
Handle XMP tags for which static property information is not available.
Olivier Tilloy
2009-11-25
1
-4
/
+17
*
Separate _XmpTag value getters for text, array and lang alt.
Olivier Tilloy
2009-11-24
1
-4
/
+30
*
Do not store the XMP info for a given tag statically.
Olivier Tilloy
2009-11-20
1
-1
/
+1
*
Make Image::getXmpTag return an XmpTag.
Olivier Tilloy
2009-11-20
1
-8
/
+2
*
Added the _XmpTag class in the low-level wrapper.
Olivier Tilloy
2009-11-20
1
-0
/
+53
*
Make Image::getIptcTag return an IptcTag.
Olivier Tilloy
2009-11-18
1
-30
/
+20
*
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
1
-23
/
+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
1
-9
/
+26
*
Cosmetics.
Olivier Tilloy
2009-11-16
1
-11
/
+11
*
Fix setting the value of an EXIF tag.
Olivier Tilloy
2009-11-16
1
-14
/
+4
*
Make Image::getExifTag return an ExifTag.
Olivier Tilloy
2009-11-12
1
-31
/
+28
*
Also expose the EXIF tags' human readable value.
Olivier Tilloy
2009-11-11
1
-0
/
+14
*
Renamed ExifTag's _value to _raw_value.
Olivier Tilloy
2009-11-05
1
-5
/
+5
*
Preliminary investigation to implement the *Tag classes in C++.
Olivier Tilloy
2009-11-04
1
-0
/
+141
*
Fixed the signature of the setIptcTagValues method.
Olivier Tilloy
2009-10-23
1
-1
/
+1
*
Delete an XMP tag.
Olivier Tilloy
2009-04-22
1
-0
/
+17
*
Private value setter for XMP tags.
Olivier Tilloy
2009-04-21
1
-37
/
+3
*
Unlike IPTC tags, XMP tags are not repeatable.
Olivier Tilloy
2009-04-21
1
-24
/
+55
*
Really delete all repetitions of an IPTC tag.
Olivier Tilloy
2009-04-14
1
-21
/
+20
*
Private value setter for IPTC tags.
Olivier Tilloy
2009-04-06
1
-35
/
+47
*
Delete an EXIF tag.
Olivier Tilloy
2009-03-26
1
-6
/
+2
*
Private setters for EXIF tags.
Olivier Tilloy
2009-03-24
1
-15
/
+6
*
Expose writeMetadata in the C++ wrapper.
Olivier Tilloy
2009-03-19
1
-2
/
+2
*
Generic getter for all tags.
Olivier Tilloy
2009-03-19
1
-0
/
+1
*
Removed unused code.
Olivier Tilloy
2009-03-19
1
-22
/
+4
*
Retrieve the real type of xmp tags.
Olivier Tilloy
2009-01-14
1
-2
/
+1
*
Retrieve XMP tag values (without python type conversion atm).
Olivier Tilloy
2009-01-12
1
-0
/
+37
*
Updated headers' dates.
Olivier Tilloy
2009-01-09
1
-1
/
+1
*
First basic support for XMP metadata: listing XMP keys.
Olivier Tilloy
2008-06-14
1
-1
/
+22
*
Retrieve more data for an IPTC tag (low-level).
Olivier Tilloy
2008-06-11
1
-30
/
+54
*
Replace all tabs by spaces in the code.
Olivier Tilloy
2008-04-19
1
-1
/
+1
*
Refactor the structure of the exiv2 wrapper, retrieve more data for an EXIF tag.
Olivier Tilloy
2008-04-19
1
-0
/
+483
[prev]