| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use the typename from the XMP datum when available | Olivier Tilloy | 2010-11-21 | 1 | -2/+2 |
* | Throw an exception instead of silently failing when unable to parse the raw v... | Olivier Tilloy | 2010-11-17 | 1 | -3/+19 |
* | Strip trailing white spaces in string_to_undefined(…). | Olivier Tilloy | 2010-11-15 | 1 | -4/+4 |
* | Turn ImageMetadata into MutableMapping | Antti Siira | 2010-09-30 | 1 | -1/+9 |
* | When deleting a tag, remove its key from the cache too. | Olivier Tilloy | 2010-09-29 | 1 | -0/+6 |
* | Swallow all warnings and error messages written by libexiv2 to stderr. | Olivier Tilloy | 2010-08-27 | 1 | -0/+5 |
* | Sanity check when setting the parent image of a tag: | Olivier Tilloy | 2010-08-24 | 1 | -2/+26 |
* | 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 |
* | Bumped version number to 0.2.2. | Olivier Tilloy | 2010-05-27 | 1 | -1/+1 |
* | Add the new preview module to the build rules. | Olivier Tilloy | 2010-05-26 | 1 | -1/+1 |
* | Optionnally preserve the file's timestamp when writing back metadata. | Olivier Tilloy | 2010-05-26 | 1 | -1/+20 |
* | Don't copy the metadata internally, just keep a pointer to it. | Olivier Tilloy | 2010-05-24 | 2 | -37/+34 |
* | Copy the image comment when copying all the metadata from one image to the ot... | Olivier Tilloy | 2010-05-21 | 1 | -1/+5 |
* | Get, set and delete the image comment. | Olivier Tilloy | 2010-05-21 | 4 | -0/+43 |
* | API documentation: include the preview module. | Olivier Tilloy | 2010-05-20 | 1 | -1/+1 |
* | Thin wrapper on top of libexiv2python.Preview, for a better encapsulation. | Olivier Tilloy | 2010-05-20 | 4 | -23/+88 |
* | Attach the image's XmpData to a tag when it is assigned to an image. | Olivier Tilloy | 2010-05-20 | 5 | -83/+43 |
* | Moving around the code that writes IPTC tag values, | Olivier Tilloy | 2010-05-20 | 1 | -53/+43 |
* | Attach the image's IptcData to a tag when it is assigned to an image. | Olivier Tilloy | 2010-05-19 | 5 | -36/+16 |
* | Attach the image's ExifData to a tag when it is assigned to an image. | Olivier Tilloy | 2010-05-19 | 5 | -33/+21 |
* | Do not re-set the value of a tag when reading it. | Olivier Tilloy | 2010-05-19 | 3 | -5/+16 |
* | Do not copy a subset of the IptcData, instead pass around a pointer to it and... | Olivier Tilloy | 2010-05-18 | 2 | -97/+90 |
* | Free the allocated memory when deleting an XmpTag. | Olivier Tilloy | 2010-05-18 | 2 | -1/+14 |
* | Free the allocated memory when deleting an IptcTag. | Olivier Tilloy | 2010-05-17 | 2 | -1/+14 |
* | Free the allocated memory when deleting an ExifTag. | Olivier Tilloy | 2010-05-17 | 2 | -0/+10 |
* | Bumped version number to 0.2.1. | Olivier Tilloy | 2010-04-26 | 1 | -1/+1 |