| Commit message (Expand) | Author | Age | Files | Lines |
* | Bumped version number to 0.3.1. | Olivier Tilloy | 2011-10-23 | 1 | -2/+2 |
* | Replicate the fix for type extraction when compiling against libexiv2 < 0.21. | Olivier Tilloy | 2011-08-20 | 1 | -0/+7 |
* | Special case for the 'Comment' type. | Olivier Tilloy | 2011-08-20 | 1 | -5/+5 |
* | Correctly extract the type of an EXIF tag when read from an image. | Olivier Tilloy | 2011-08-20 | 1 | -2/+9 |
* | Be flexible and allow setting the value of a LangAlt tag to a string, | Olivier Tilloy | 2011-08-17 | 1 | -0/+2 |
* | Check the type before setting a tag’s value and raise a TypeError if it doe... | Olivier Tilloy | 2011-08-17 | 1 | -0/+4 |
* | Updated copyright header of the file modified in the previous revision. | Olivier Tilloy | 2011-08-17 | 1 | -1/+1 |
* | White-list accepted tag families: 'exif', 'iptc', 'xmp'. | Olivier Tilloy | 2011-08-17 | 1 | -6/+6 |
* | Custom DateTimeFormatter helper to convert date/time objects to strings confo... | Olivier Tilloy | 2011-08-12 | 4 | -48/+171 |
* | Fix timezone formatting when writing XMP tags. | Olivier Tilloy | 2011-08-02 | 1 | -4/+9 |
* | Fix timezone formatting when writing IPTC tags. | Olivier Tilloy | 2011-08-02 | 1 | -3/+3 |
* | Do not try (and fail!) to encode non-unicode filenames. | Olivier Tilloy | 2011-08-01 | 1 | -1/+1 |
* | Always write extracted previews as binary files. | Olivier Tilloy | 2011-07-30 | 1 | -1/+1 |
* | Added missing whitespaces after commas. | Olivier Tilloy | 2011-07-23 | 1 | -1/+1 |
* | Simplified the docstring. | Olivier Tilloy | 2011-07-23 | 1 | -4/+1 |
* | Added a __repr__ method to the Rational class. | Hobson Lane | 2011-07-23 | 1 | -0/+11 |
* | Document make_fraction and recommend its use instead of directly instantiatin... | Olivier Tilloy | 2011-05-24 | 1 | -0/+3 |
* | Do not fail to parse rationals stored as '0/0'. | Olivier Tilloy | 2011-05-24 | 1 | -10/+40 |
* | Bumped version number to 0.3.0. | Olivier Tilloy | 2010-12-29 | 1 | -1/+1 |
* | New convenience function to factorize further the code that handles fractions... | Olivier Tilloy | 2010-12-26 | 2 | -15/+20 |
* | Handle fractions in a transparent manner, | Olivier Tilloy | 2010-12-26 | 3 | -20/+29 |
* | is_fraction and make_fraction: convenience functions to handle transparently | Olivier Tilloy | 2010-12-24 | 1 | -0/+28 |
* | Support pickling XMP tags. | Olivier Tilloy | 2010-12-22 | 1 | -0/+9 |
* | Support pickling IPTC tags. | Olivier Tilloy | 2010-12-22 | 1 | -0/+9 |
* | Merged the latest changes from the trunk. | Olivier Tilloy | 2010-12-22 | 1 | -4/+9 |
|\ |
|
| * | Fix the IPTC Time type to string conversion, | Olivier Tilloy | 2010-12-22 | 1 | -4/+9 |
* | | Support pickling EXIF tags. | Olivier Tilloy | 2010-12-22 | 1 | -0/+9 |
|/ |
|
* | Added an iptc_charset property to the ImageMetadata class, | Olivier Tilloy | 2010-12-20 | 4 | -0/+51 |
* | Merged latest changes from trunk. | Olivier Tilloy | 2010-12-17 | 8 | -37/+143 |
|\ |
|
| * | Starting from 0.20, exiv2 converts unicode comments to UTF-8. | Olivier Tilloy | 2010-12-16 | 1 | -7/+12 |
| * | If no charset is defined, try to decode the comment into a utf-8 string. | Olivier Tilloy | 2010-12-15 | 1 | -1/+4 |
| * | When encoding a comment, try to do it in a lossless manner (strict). | Olivier Tilloy | 2010-12-14 | 1 | -2/+2 |
| * | 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 |
| * | Use isinstance(…) instead of type(…) everywhere, as recommended by Python... | Olivier Tilloy | 2010-12-08 | 2 | -22/+25 |
| * | 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 |
| * | Accept Fraction objects for Rational values in XMP tags. | Olivier Tilloy | 2010-11-30 | 1 | -2/+3 |
| * | 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 |
* | | Functions in the xmp module to register and unregister custom namespaces. | Olivier Tilloy | 2010-11-29 | 5 | -1/+137 |
|/ |
|
* | Import ExifThumbnail in the pyexiv2 namespace. | Olivier Tilloy | 2010-11-23 | 1 | -1/+1 |
* | Update the cache of EXIF tags after modifying the EXIF thumbnail. | Olivier Tilloy | 2010-11-22 | 2 | -10/+22 |
* | Generate API documentation for the ExifThumbnail class. | Olivier Tilloy | 2010-11-22 | 1 | -4/+4 |
* | 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 |
* | 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 | 1 | -6/+6 |
* | Cosmetics: replaced non-breakable spaces by normal white spaces in comments. | Olivier Tilloy | 2010-11-21 | 4 | -7/+7 |