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
/
test
/
metadata.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unit tests for the EXIF thumbnail.
Olivier Tilloy
2010-11-22
1
-0
/
+94
*
Rename the .raw_values and .values properties of IPTC tags to .raw_value and ...
Olivier Tilloy
2010-11-21
1
-6
/
+6
*
Strip trailing white spaces in string_to_undefined(…).
Olivier Tilloy
2010-11-15
1
-1
/
+1
*
Turn ImageMetadata into MutableMapping
Antti Siira
2010-09-30
1
-0
/
+46
*
When deleting a tag, remove its key from the cache too.
Olivier Tilloy
2010-09-29
1
-12
/
+15
*
Fix a typo in the unit tests.
Olivier Tilloy
2010-08-27
1
-3
/
+3
*
Sanity check when setting the parent image of a tag:
Olivier Tilloy
2010-08-24
1
-0
/
+11
*
Round the timestamps to have the tests pass
Olivier Tilloy
2010-05-26
1
-10
/
+10
*
Optionnally preserve the file's timestamp when writing back metadata.
Olivier Tilloy
2010-05-26
1
-0
/
+39
*
Unit tests for the image comment.
Olivier Tilloy
2010-05-21
1
-0
/
+24
*
Unit tests: use a JPEG image instead of a PNG image.
Olivier Tilloy
2010-05-21
1
-7
/
+20
*
Attach the image's XmpData to a tag when it is assigned to an image.
Olivier Tilloy
2010-05-20
1
-32
/
+0
*
Attach the image's IptcData to a tag when it is assigned to an image.
Olivier Tilloy
2010-05-19
1
-34
/
+0
*
Attach the image's ExifData to a tag when it is assigned to an image.
Olivier Tilloy
2010-05-19
1
-31
/
+0
*
Don't use mocks to unit-test the ImageMetadata class.
Olivier Tilloy
2010-05-19
1
-282
/
+100
*
Additional unit tests for direct value assignment.
Olivier Tilloy
2010-02-17
1
-0
/
+49
*
Direct value assignment as an alternative to passing a fully-formed tag.
Olivier Tilloy
2010-02-17
1
-9
/
+9
*
Make the unit tests choke on bug #522216.
Olivier Tilloy
2010-02-15
1
-0
/
+6
*
Raise an IOError when trying to read an non-existent file,
Olivier Tilloy
2010-01-29
1
-0
/
+4
*
Made the low level Image wrapper and all the methods it exposes protected.
Olivier Tilloy
2010-01-26
1
-17
/
+17
*
Copy metadata to another image.
Olivier Tilloy
2010-01-22
1
-0
/
+37
*
Lazy value computation for XMP tags.
Olivier Tilloy
2010-01-21
1
-0
/
+6
*
Lazy value computation for IPTC tags.
Olivier Tilloy
2010-01-21
1
-0
/
+3
*
Updated copyright headers for 2010.
Olivier Tilloy
2010-01-05
1
-1
/
+1
*
Fixed metadata unit tests.
Olivier Tilloy
2009-12-16
1
-96
/
+91
*
Updated unit tests' imports.
Olivier Tilloy
2009-10-20
1
-0
/
+692