aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added an iptc_charset property to the ImageMetadata class,Olivier Tilloy2010-12-204-0/+51
* Merged latest changes from trunk.Olivier Tilloy2010-12-178-37/+143
|\
| * Starting from 0.20, exiv2 converts unicode comments to UTF-8.Olivier Tilloy2010-12-161-7/+12
| * If no charset is defined, try to decode the comment into a utf-8 string.Olivier Tilloy2010-12-151-1/+4
| * When encoding a comment, try to do it in a lossless manner (strict).Olivier Tilloy2010-12-141-2/+2
| * 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
| * Use isinstance(…) instead of type(…) everywhere, as recommended by Python...Olivier Tilloy2010-12-082-22/+25
| * 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
| * Accept Fraction objects for Rational values in XMP tags.Olivier Tilloy2010-11-301-2/+3
| * 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
* | Functions in the xmp module to register and unregister custom namespaces.Olivier Tilloy2010-11-295-1/+137
|/
* Import ExifThumbnail in the pyexiv2 namespace.Olivier Tilloy2010-11-231-1/+1
* Update the cache of EXIF tags after modifying the EXIF thumbnail.Olivier Tilloy2010-11-222-10/+22
* Generate API documentation for the ExifThumbnail class.Olivier Tilloy2010-11-221-4/+4
* Complete implementation of the EXIF thumbnail, including write accessors.Olivier Tilloy2010-11-225-7/+55
* Access to the read-only properties of the EXIF thumbnail optionally embedded ...Olivier Tilloy2010-11-215-1/+108
* Re-introduce the .raw_values and .values properties for compatibility,Olivier Tilloy2010-11-211-0/+30
* Rename the .raw_values and .values properties of IPTC tags to .raw_value and ...Olivier Tilloy2010-11-211-6/+6
* Cosmetics: replaced non-breakable spaces by normal white spaces in comments.Olivier Tilloy2010-11-214-7/+7
* Use the typename from the XMP datum when availableOlivier Tilloy2010-11-211-2/+2
* Throw an exception instead of silently failing when unable to parse the raw v...Olivier Tilloy2010-11-171-3/+19
* Strip trailing white spaces in string_to_undefined(…).Olivier Tilloy2010-11-151-4/+4
* Turn ImageMetadata into MutableMappingAntti Siira2010-09-301-1/+9
* When deleting a tag, remove its key from the cache too.Olivier Tilloy2010-09-291-0/+6
* Swallow all warnings and error messages written by libexiv2 to stderr.Olivier Tilloy2010-08-271-0/+5
* Sanity check when setting the parent image of a tag:Olivier Tilloy2010-08-241-2/+26
* IOError accepts a filename as third parameter to its constructor.Olivier Tilloy2010-06-021-1/+1
* Fixed some harmless compilation warningsOlivier Tilloy2010-05-302-3/+7
* Bumped version number to 0.2.2.Olivier Tilloy2010-05-271-1/+1
* Add the new preview module to the build rules.Olivier Tilloy2010-05-261-1/+1
* Optionnally preserve the file's timestamp when writing back metadata.Olivier Tilloy2010-05-261-1/+20
* Don't copy the metadata internally, just keep a pointer to it.Olivier Tilloy2010-05-242-37/+34
* Copy the image comment when copying all the metadata from one image to the ot...Olivier Tilloy2010-05-211-1/+5
* Get, set and delete the image comment.Olivier Tilloy2010-05-214-0/+43
* API documentation: include the preview module.Olivier Tilloy2010-05-201-1/+1
* Thin wrapper on top of libexiv2python.Preview, for a better encapsulation.Olivier Tilloy2010-05-204-23/+88
* Attach the image's XmpData to a tag when it is assigned to an image.Olivier Tilloy2010-05-205-83/+43
* Moving around the code that writes IPTC tag values,Olivier Tilloy2010-05-201-53/+43
* Attach the image's IptcData to a tag when it is assigned to an image.Olivier Tilloy2010-05-195-36/+16
* Attach the image's ExifData to a tag when it is assigned to an image.Olivier Tilloy2010-05-195-33/+21
* Do not re-set the value of a tag when reading it.Olivier Tilloy2010-05-193-5/+16
* Do not copy a subset of the IptcData, instead pass around a pointer to it and...Olivier Tilloy2010-05-182-97/+90
* Free the allocated memory when deleting an XmpTag.Olivier Tilloy2010-05-182-1/+14
* Free the allocated memory when deleting an IptcTag.Olivier Tilloy2010-05-172-1/+14
* Free the allocated memory when deleting an ExifTag.Olivier Tilloy2010-05-172-0/+10
* Bumped version number to 0.2.1.Olivier Tilloy2010-04-261-1/+1