aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added a section on custom XMP namespaces to the tutorial.Olivier Tilloy2010-12-171-0/+13
* EMPTY_JPG_DATA was moved to the testutils module.Olivier Tilloy2010-12-171-2/+1
* Merged latest changes from trunk.Olivier Tilloy2010-12-1722-84/+409
|\
| * Moved EMPTY_JPG_DATA to the testutils module.Olivier Tilloy2010-12-173-20/+21
| * Decode and encode EXIF comments according to the specified charset.Olivier Tilloy2010-12-1712-9/+230
| |\
| | * Starting from 0.20, exiv2 converts unicode comments to UTF-8.Olivier Tilloy2010-12-163-14/+27
| | * Unit test adding comments to an empty image an reading them back.Olivier Tilloy2010-12-152-4/+38
| | * If no charset is defined, try to decode the comment into a utf-8 string.Olivier Tilloy2010-12-151-1/+4
| | * Factorize the test data checksums in a dictionary.Olivier Tilloy2010-12-141-9/+15
| | * Unit test writing comments.Olivier Tilloy2010-12-141-0/+28
| | * When encoding a comment, try to do it in a lossless manner (strict).Olivier Tilloy2010-12-141-2/+2
| | * Renamed some unit tests.Olivier Tilloy2010-12-141-3/+3
| | * Unit test reading comments off existing files.Olivier Tilloy2010-12-142-0/+62
| | * Additional unit tests for generic conversion of Comments.Olivier Tilloy2010-12-141-0/+10
| | * Updated test data checksums control file.Olivier Tilloy2010-12-141-2/+5
| | * More test data.Olivier Tilloy2010-12-141-0/+0
| | * Some test data.Olivier Tilloy2010-12-143-0/+0
| | * Best effort, do not fail just because the original encoding of the tag cannot...Olivier Tilloy2010-12-141-12/+17
| | * Try and encode Exif.Photo.UserComment according to its charset if specified.Olivier Tilloy2010-12-141-25/+38
| | * Try and decode Exif.Photo.UserComment according to its charset if specified.Olivier Tilloy2010-12-124-7/+51
| |/
| * Fix test_write_exif_thumbnail_to_file on windows.Olivier Tilloy2010-12-091-1/+1
| * Updated windows build dependencies:Olivier Tilloy2010-12-092-13/+13
| |\
| | * Updated documentation for developers with references to python 2.7.Olivier Tilloy2010-12-091-3/+3
| | * Updated windows build dependencies:Olivier Tilloy2010-12-091-8/+8
| | * Pass --trust-server-names=on to wget to use the last component of the redirec...Olivier Tilloy2010-12-091-3/+3
| |/
| * Commented out a unit test which result depends on FS mount options.Olivier Tilloy2010-12-081-1/+5
| * Use isinstance(…) instead of type(…) everywhere, as recommended by Python...Olivier Tilloy2010-12-084-30/+33
| * Raise an IOError with a relevant error message when trying to access the meta...Olivier Tilloy2010-12-082-6/+45
| |\
| | * Unit test for the exception raised when trying to access the metadata of an i...Olivier Tilloy2010-12-081-1/+34
| | * Raise an IOError with a relevant error message when trying to access the meta...Olivier Tilloy2010-12-081-5/+11
| |/
| * Fix build against libexiv2 0.21.Olivier Tilloy2010-12-021-0/+15
| |\
| | * Fix build against libexiv2 0.21.Olivier Tilloy2010-12-021-0/+15
| |/
| * Accept fractions.Fraction objects as tag values wherever Rational objects are...Olivier Tilloy2010-11-305-7/+49
| |\
| | * Unit tests for Rational conversions in XMP tags.Olivier Tilloy2010-11-301-1/+26
| | * Accept Fraction objects for Rational values in XMP tags.Olivier Tilloy2010-11-301-2/+3
| | * Conditional unit test for Fraction objects in EXIF tags.Olivier Tilloy2010-11-301-1/+6
| | * Accept Fraction objects for Rational and SRational values in EXIF tags.Olivier Tilloy2010-11-301-3/+4
| | * Conditional import of fractions.Fraction for partial support if present.Olivier Tilloy2010-11-301-0/+10
| |/
* | Unit tests for the custom XMP namespaces.Olivier Tilloy2010-11-292-2/+104
* | API documentation for the custom XMP namespaces.Olivier Tilloy2010-11-291-0/+3
* | Functions in the xmp module to register and unregister custom namespaces.Olivier Tilloy2010-11-295-1/+137
|/
* Added a unit test to check that the EXIF thumbnail corresponds to a preview.Olivier Tilloy2010-11-281-0/+13
|\
| * Added a unit test to check that the EXIF thumbnail corresponds to a preview.Olivier Tilloy2010-11-281-0/+13
* | Read/write access to the EXIF thumbnail.Olivier Tilloy2010-11-239-2/+275
|\|
| * Import ExifThumbnail in the pyexiv2 namespace.Olivier Tilloy2010-11-231-1/+1
| * Unit tests for the EXIF thumbnail.Olivier Tilloy2010-11-221-0/+94
| * Update the cache of EXIF tags after modifying the EXIF thumbnail.Olivier Tilloy2010-11-222-10/+22
| * New section in the tutorial on EXIF thumbnails.Olivier Tilloy2010-11-221-0/+10
| * Generate API documentation for the ExifThumbnail class.Olivier Tilloy2010-11-222-4/+6
| * Complete implementation of the EXIF thumbnail, including write accessors.Olivier Tilloy2010-11-225-7/+55