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
/
unittest
/
metadata.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dictionary-like deletion for tags: unit tests.
Olivier Tilloy
2009-04-22
1
-2
/
+19
*
Delete an XMP tag.
Olivier Tilloy
2009-04-22
1
-6
/
+27
*
Dictionary-like setter for tags: unit tests.
Olivier Tilloy
2009-04-22
1
-2
/
+51
*
Private value setter for XMP tags.
Olivier Tilloy
2009-04-21
1
-15
/
+81
*
Unlike IPTC tags, XMP tags are not repeatable.
Olivier Tilloy
2009-04-21
1
-4
/
+4
*
Delete an IPTC tag.
Olivier Tilloy
2009-04-08
1
-6
/
+27
*
Private setter for IPTC tag values already in cache.
Olivier Tilloy
2009-04-07
1
-9
/
+26
*
Prepared unit tests methods for implementation completeness.
Olivier Tilloy
2009-04-06
1
-0
/
+92
*
Private value setter for IPTC tags.
Olivier Tilloy
2009-04-06
1
-4
/
+67
*
Dictionary-like getter for tags.
Olivier Tilloy
2009-03-30
1
-5
/
+5
*
Delete an EXIF tag.
Olivier Tilloy
2009-03-26
1
-2
/
+35
*
Setting an EXIF tag's value forwards it to the containing metadata if any.
Olivier Tilloy
2009-03-26
1
-2
/
+6
*
Private setters for EXIF tags.
Olivier Tilloy
2009-03-24
1
-0
/
+90
*
Generic getter for all tags.
Olivier Tilloy
2009-03-19
1
-3
/
+24
*
Getters for IPTC and XMP tags + unit tests.
Olivier Tilloy
2009-03-19
1
-1
/
+84
*
First version of an ImageMetadata class, meant to replace the Image class.
Olivier Tilloy
2009-03-12
1
-0
/
+110