aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Instantiate the exiv2_version tuple inside the boost module declaration.Olivier Tilloy2012-09-211-7/+5
* Check typeName for nullness.Olivier Tilloy2012-04-221-2/+10
* Fix undefined_to_string to accept empty strings.Olivier Tilloy2012-03-151-1/+3
* Simplify and optimize ExifTag::setParentImage(…) and XmpTag::setParentImage...Olivier Tilloy2012-01-161-39/+8
* Bumped version number to 0.3.2.Olivier Tilloy2011-10-241-1/+1
* Substitute the use of timedelta.total_seconds() with its actual implementation.Olivier Tilloy2011-10-241-1/+7
* Bumped version number to 0.3.1.Olivier Tilloy2011-10-231-2/+2
* Replicate the fix for type extraction when compiling against libexiv2 < 0.21.Olivier Tilloy2011-08-201-0/+7
* Special case for the 'Comment' type.Olivier Tilloy2011-08-201-5/+5
* Correctly extract the type of an EXIF tag when read from an image.Olivier Tilloy2011-08-201-2/+9
* Be flexible and allow setting the value of a LangAlt tag to a string,Olivier Tilloy2011-08-171-0/+2
* Check the type before setting a tag’s value and raise a TypeError if it doe...Olivier Tilloy2011-08-171-0/+4
* Updated copyright header of the file modified in the previous revision.Olivier Tilloy2011-08-171-1/+1
* White-list accepted tag families: 'exif', 'iptc', 'xmp'.Olivier Tilloy2011-08-171-6/+6
* Custom DateTimeFormatter helper to convert date/time objects to strings confo...Olivier Tilloy2011-08-124-48/+171
* Fix timezone formatting when writing XMP tags.Olivier Tilloy2011-08-021-4/+9
* Fix timezone formatting when writing IPTC tags.Olivier Tilloy2011-08-021-3/+3
* Do not try (and fail!) to encode non-unicode filenames.Olivier Tilloy2011-08-011-1/+1
* Always write extracted previews as binary files.Olivier Tilloy2011-07-301-1/+1
* Added missing whitespaces after commas.Olivier Tilloy2011-07-231-1/+1
* Simplified the docstring.Olivier Tilloy2011-07-231-4/+1
* Added a __repr__ method to the Rational class.Hobson Lane2011-07-231-0/+11
* Document make_fraction and recommend its use instead of directly instantiatin...Olivier Tilloy2011-05-241-0/+3
* Do not fail to parse rationals stored as '0/0'.Olivier Tilloy2011-05-241-10/+40
* Bumped version number to 0.3.0.Olivier Tilloy2010-12-291-1/+1
* New convenience function to factorize further the code that handles fractions...Olivier Tilloy2010-12-262-15/+20
* Handle fractions in a transparent manner,Olivier Tilloy2010-12-263-20/+29
* is_fraction and make_fraction: convenience functions to handle transparentlyOlivier Tilloy2010-12-241-0/+28
* Support pickling XMP tags.Olivier Tilloy2010-12-221-0/+9
* Support pickling IPTC tags.Olivier Tilloy2010-12-221-0/+9
* Merged the latest changes from the trunk.Olivier Tilloy2010-12-221-4/+9
|\
| * Fix the IPTC Time type to string conversion,Olivier Tilloy2010-12-221-4/+9
* | Support pickling EXIF tags.Olivier Tilloy2010-12-221-0/+9
|/
* 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