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
*
Added a section on custom XMP namespaces to the tutorial.
Olivier Tilloy
2010-12-17
1
-0
/
+13
*
EMPTY_JPG_DATA was moved to the testutils module.
Olivier Tilloy
2010-12-17
1
-2
/
+1
*
Merged latest changes from trunk.
Olivier Tilloy
2010-12-17
22
-84
/
+409
|
\
|
*
Moved EMPTY_JPG_DATA to the testutils module.
Olivier Tilloy
2010-12-17
3
-20
/
+21
|
*
Decode and encode EXIF comments according to the specified charset.
Olivier Tilloy
2010-12-17
12
-9
/
+230
|
|
\
|
|
*
Starting from 0.20, exiv2 converts unicode comments to UTF-8.
Olivier Tilloy
2010-12-16
3
-14
/
+27
|
|
*
Unit test adding comments to an empty image an reading them back.
Olivier Tilloy
2010-12-15
2
-4
/
+38
|
|
*
If no charset is defined, try to decode the comment into a utf-8 string.
Olivier Tilloy
2010-12-15
1
-1
/
+4
|
|
*
Factorize the test data checksums in a dictionary.
Olivier Tilloy
2010-12-14
1
-9
/
+15
|
|
*
Unit test writing comments.
Olivier Tilloy
2010-12-14
1
-0
/
+28
|
|
*
When encoding a comment, try to do it in a lossless manner (strict).
Olivier Tilloy
2010-12-14
1
-2
/
+2
|
|
*
Renamed some unit tests.
Olivier Tilloy
2010-12-14
1
-3
/
+3
|
|
*
Unit test reading comments off existing files.
Olivier Tilloy
2010-12-14
2
-0
/
+62
|
|
*
Additional unit tests for generic conversion of Comments.
Olivier Tilloy
2010-12-14
1
-0
/
+10
|
|
*
Updated test data checksums control file.
Olivier Tilloy
2010-12-14
1
-2
/
+5
|
|
*
More test data.
Olivier Tilloy
2010-12-14
1
-0
/
+0
|
|
*
Some test data.
Olivier Tilloy
2010-12-14
3
-0
/
+0
|
|
*
Best effort, do not fail just because the original encoding of the tag cannot...
Olivier Tilloy
2010-12-14
1
-12
/
+17
|
|
*
Try and encode Exif.Photo.UserComment according to its charset if specified.
Olivier Tilloy
2010-12-14
1
-25
/
+38
|
|
*
Try and decode Exif.Photo.UserComment according to its charset if specified.
Olivier Tilloy
2010-12-12
4
-7
/
+51
|
|
/
|
*
Fix test_write_exif_thumbnail_to_file on windows.
Olivier Tilloy
2010-12-09
1
-1
/
+1
|
*
Updated windows build dependencies:
Olivier Tilloy
2010-12-09
2
-13
/
+13
|
|
\
|
|
*
Updated documentation for developers with references to python 2.7.
Olivier Tilloy
2010-12-09
1
-3
/
+3
|
|
*
Updated windows build dependencies:
Olivier Tilloy
2010-12-09
1
-8
/
+8
|
|
*
Pass --trust-server-names=on to wget to use the last component of the redirec...
Olivier Tilloy
2010-12-09
1
-3
/
+3
|
|
/
|
*
Commented out a unit test which result depends on FS mount options.
Olivier Tilloy
2010-12-08
1
-1
/
+5
|
*
Use isinstance(…) instead of type(…) everywhere, as recommended by Python...
Olivier Tilloy
2010-12-08
4
-30
/
+33
|
*
Raise an IOError with a relevant error message when trying to access the meta...
Olivier Tilloy
2010-12-08
2
-6
/
+45
|
|
\
|
|
*
Unit test for the exception raised when trying to access the metadata of an i...
Olivier Tilloy
2010-12-08
1
-1
/
+34
|
|
*
Raise an IOError with a relevant error message when trying to access the meta...
Olivier Tilloy
2010-12-08
1
-5
/
+11
|
|
/
|
*
Fix build against libexiv2 0.21.
Olivier Tilloy
2010-12-02
1
-0
/
+15
|
|
\
|
|
*
Fix build against libexiv2 0.21.
Olivier Tilloy
2010-12-02
1
-0
/
+15
|
|
/
|
*
Accept fractions.Fraction objects as tag values wherever Rational objects are...
Olivier Tilloy
2010-11-30
5
-7
/
+49
|
|
\
|
|
*
Unit tests for Rational conversions in XMP tags.
Olivier Tilloy
2010-11-30
1
-1
/
+26
|
|
*
Accept Fraction objects for Rational values in XMP tags.
Olivier Tilloy
2010-11-30
1
-2
/
+3
|
|
*
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
|
|
/
*
|
Unit tests for the custom XMP namespaces.
Olivier Tilloy
2010-11-29
2
-2
/
+104
*
|
API documentation for the custom XMP namespaces.
Olivier Tilloy
2010-11-29
1
-0
/
+3
*
|
Functions in the xmp module to register and unregister custom namespaces.
Olivier Tilloy
2010-11-29
5
-1
/
+137
|
/
*
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
[next]