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
...
|
*
|
|
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
|
*
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
|
/
[prev]
[next]