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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Conditional unit test for Fraction objects in EXIF tags.
Olivier Tilloy
2010-11-30
1
-1
/
+6
*
Accept Fraction objects for Rational and SRational values in EXIF tags.
Olivier Tilloy
2010-11-30
1
-3
/
+4
*
Conditional import of fractions.Fraction for partial support if present.
Olivier Tilloy
2010-11-30
1
-0
/
+10
*
Added a unit test to check that the EXIF thumbnail corresponds to a preview.
Olivier Tilloy
2010-11-28
1
-0
/
+13
|
\
|
*
Added a unit test to check that the EXIF thumbnail corresponds to a preview.
Olivier Tilloy
2010-11-28
1
-0
/
+13
*
|
Read/write access to the EXIF thumbnail.
Olivier Tilloy
2010-11-23
9
-2
/
+275
|
\
|
|
*
Import ExifThumbnail in the pyexiv2 namespace.
Olivier Tilloy
2010-11-23
1
-1
/
+1
|
*
Unit tests for the EXIF thumbnail.
Olivier Tilloy
2010-11-22
1
-0
/
+94
|
*
Update the cache of EXIF tags after modifying the EXIF thumbnail.
Olivier Tilloy
2010-11-22
2
-10
/
+22
|
*
New section in the tutorial on EXIF thumbnails.
Olivier Tilloy
2010-11-22
1
-0
/
+10
|
*
Generate API documentation for the ExifThumbnail class.
Olivier Tilloy
2010-11-22
2
-4
/
+6
|
*
Complete implementation of the EXIF thumbnail, including write accessors.
Olivier Tilloy
2010-11-22
5
-7
/
+55
|
*
Access to the read-only properties of the EXIF thumbnail optionally embedded ...
Olivier Tilloy
2010-11-21
5
-1
/
+108
|
/
*
Rename the .raw_values and .values properties of IPTC tags to .raw_value and ...
Olivier Tilloy
2010-11-21
6
-24
/
+84
|
\
|
*
Unit test to check that accessing the .raw_values and .values properties issu...
Olivier Tilloy
2010-11-21
1
-0
/
+30
|
*
Re-introduce the .raw_values and .values properties for compatibility,
Olivier Tilloy
2010-11-21
1
-0
/
+30
|
*
Rename the .raw_values and .values properties of IPTC tags to .raw_value and ...
Olivier Tilloy
2010-11-21
6
-24
/
+24
|
/
*
Cosmetics: replaced non-breakable spaces by normal white spaces in comments.
Olivier Tilloy
2010-11-21
4
-7
/
+7
*
Use the typename from the XMP datum when available
Olivier Tilloy
2010-11-21
1
-2
/
+2
*
Add a unit test to check that an exception is raised when trying to set multi...
Olivier Tilloy
2010-11-17
1
-0
/
+5
*
Throw an exception instead of silently failing when unable to parse the raw v...
Olivier Tilloy
2010-11-17
7
-12
/
+90
|
\
|
*
Throw an exception instead of silently failing when unable to parse the raw v...
Olivier Tilloy
2010-11-17
3
-3
/
+29
|
*
Strip trailing white spaces in string_to_undefined(…).
Olivier Tilloy
2010-11-15
5
-9
/
+61
|
/
*
Make ImageMetadata implement the collections.MutableMapping interface.
Antti Siira
2010-11-09
2
-1
/
+55
|
\
|
*
Turn ImageMetadata into MutableMapping
Antti Siira
2010-09-30
2
-1
/
+55
|
/
*
When deleting a tag, remove its key from the cache too.
Olivier Tilloy
2010-09-29
2
-12
/
+21
*
Swallow all warnings and error messages written by libexiv2 to stderr.
Olivier Tilloy
2010-08-27
1
-0
/
+5
|
\
|
*
Swallow all warnings and error messages written by libexiv2 to stderr.
Olivier Tilloy
2010-08-27
1
-0
/
+5
|
/
*
Fix a typo in the unit tests.
Olivier Tilloy
2010-08-27
1
-3
/
+3
*
Skip unicode unit tests for unsupported encodings.
Olivier Tilloy
2010-08-26
1
-3
/
+13
|
\
|
*
Skip unicode unit tests for unsupported encodings.
Olivier Tilloy
2010-08-26
1
-3
/
+13
|
/
*
Updated windows build dependencies:
Olivier Tilloy
2010-08-25
2
-11
/
+11
|
\
|
*
Don’t choke on an existing build directory.
Olivier Tilloy
2010-08-25
1
-1
/
+1
|
*
Updated windows build dependencies:
Olivier Tilloy
2010-08-25
2
-10
/
+10
|
/
*
Sanity check when setting the parent image of a tag:
Olivier Tilloy
2010-08-24
2
-2
/
+37
|
\
|
*
Sanity check when setting the parent image of a tag:
Olivier Tilloy
2010-08-24
2
-2
/
+37
|
/
*
IOError accepts a filename as third parameter to its constructor.
Olivier Tilloy
2010-06-02
1
-1
/
+1
*
Fixed some harmless compilation warnings
Olivier Tilloy
2010-05-30
2
-3
/
+7
*
Merge the 0.2.2 release.
release-0.2.2
Olivier Tilloy
2010-05-27
3
-2
/
+38
|
\
|
*
Updated NEWS.
Olivier Tilloy
2010-05-27
1
-0
/
+36
|
*
Bumped version number to 0.2.2.
Olivier Tilloy
2010-05-27
2
-2
/
+2
|
/
*
Update the install script and the windows build
Olivier Tilloy
2010-05-26
3
-6
/
+7
|
\
|
*
Add the new preview module to the build rules.
Olivier Tilloy
2010-05-26
2
-1
/
+2
|
*
Update the windows build to Boost 1.43.0.
Olivier Tilloy
2010-05-26
1
-3
/
+3
|
*
Update the windows build to Python 2.6.5.
Olivier Tilloy
2010-05-26
1
-2
/
+2
*
|
Round the timestamps to have the tests pass
Olivier Tilloy
2010-05-26
1
-10
/
+10
|
\
\
|
|
/
|
/
|
|
*
Round the timestamps to have the tests pass
Olivier Tilloy
2010-05-26
1
-10
/
+10
*
|
Optionally preserve the file's original timestamps
Olivier Tilloy
2010-05-26
2
-1
/
+59
|
\
|
|
*
Optionnally preserve the file's timestamp when writing back metadata.
Olivier Tilloy
2010-05-26
2
-1
/
+59
|
/
*
Don't copy the metadata internally, just keep a pointer to it.
Olivier Tilloy
2010-05-24
2
-37
/
+34
[next]