aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* XMP AgentName conversion.Olivier Tilloy2009-11-271-1/+1
* XMP text value to Rational conversion.Olivier Tilloy2009-11-271-1/+7
* Use the (much more reliable) exiv2 type of the XMP tag to get its correct value.Olivier Tilloy2009-11-264-4/+15
* Fixed missing import.Olivier Tilloy2009-11-261-0/+2
* Handle XMP tags for which static property information is not available.Olivier Tilloy2009-11-252-4/+19
* Case insensitive matching of the type.Olivier Tilloy2009-11-251-2/+2
* Correctly convert XMP tags of type "bag closed Choice of ...".Olivier Tilloy2009-11-251-1/+4
* Handle all types of values for XMP tags.Olivier Tilloy2009-11-241-73/+48
* Separate _XmpTag value getters for text, array and lang alt.Olivier Tilloy2009-11-243-8/+38
* Do not store the XMP info for a given tag statically.Olivier Tilloy2009-11-201-1/+1
* Make XmpTag._convert_to_string an instance method.Olivier Tilloy2009-11-201-29/+27
* Make XmpTag._convert_to_python an instance method.Olivier Tilloy2009-11-201-48/+44
* XmpTag doesn't inherit from libexiv2python._XmpTag anymore, it keeps a refere...Olivier Tilloy2009-11-202-30/+78
* Make Image::getXmpTag return an XmpTag.Olivier Tilloy2009-11-202-15/+5
* Added the _XmpTag class in the low-level wrapper.Olivier Tilloy2009-11-203-0/+90
* IptcTag doesn't inherit from libexiv2python._IptcTag anymore, it keeps a refe...Olivier Tilloy2009-11-182-36/+102
* Make Image::getIptcTag return an IptcTag.Olivier Tilloy2009-11-182-39/+22
* Throw an exception when trying to set multiple values on non repeatable IPTC ...Olivier Tilloy2009-11-181-4/+14
* Do not cache the raw values.Olivier Tilloy2009-11-182-26/+11
* Implemented IptcTag::setRawValues.Olivier Tilloy2009-11-181-3/+18
* Instantiate an _IptcTag from an Exiv2::IptcMetadata (vector of Iptcdatum).Olivier Tilloy2009-11-173-17/+34
* Added an example script that manipulates EXIF metadata in an image.Olivier Tilloy2009-11-171-0/+30
* Cosmetics.Olivier Tilloy2009-11-161-11/+11
* Fix setting the value of an EXIF tag.Olivier Tilloy2009-11-163-19/+8
* Updated documentation.Olivier Tilloy2009-11-161-10/+1
* ExifTag doesn't inherit from libexiv2python._ExifTag anymore, it keeps a refe...Olivier Tilloy2009-11-153-16/+28
* Make Image::getExifTag return an ExifTag.Olivier Tilloy2009-11-123-131/+129
* Also expose the EXIF tags' human readable value.Olivier Tilloy2009-11-114-0/+21
* Moved exif2 to exif.Olivier Tilloy2009-11-052-397/+80
* Implementation of the ListenerInterface in the the ExifTag.Olivier Tilloy2009-11-051-1/+6
* Renamed ExifTag's _value to _raw_value.Olivier Tilloy2009-11-054-25/+63
* Preliminary investigation to implement the *Tag classes in C++.Olivier Tilloy2009-11-044-0/+546
* Pass IPTC Dates to exiv2 in the correct format (%Y-%m-%d).Olivier Tilloy2009-10-281-2/+6
* Do not allow setting the values of an IPTC tag to something else than a list ...Olivier Tilloy2009-10-261-0/+2
* Fixed the signature of the setIptcTagValues method.Olivier Tilloy2009-10-232-2/+2
* Use platform-specific include and lib dirs.Olivier Tilloy2009-10-201-2/+2
* Use distutils.sysconfig to determine to python include and lib paths.Olivier Tilloy2009-10-191-4/+3
* Install all the python modules.Olivier Tilloy2009-10-191-2/+4
* Experimental code split into various python modules.Olivier Tilloy2009-10-189-1574/+1793
* Do not do any charset conversions for IPTC tags.Olivier Tilloy2009-10-081-5/+9
* Fixed representations of IPTC tags (__repr__, __str__ and to_string).Olivier Tilloy2009-10-081-9/+11
* Make IptcTag._convert_to_string an instance method.Olivier Tilloy2009-10-081-23/+19
* Make IptcTag._convert_to_python an instance method.Olivier Tilloy2009-10-071-18/+20
* Do not do any charset conversions for EXIF tags.Olivier Tilloy2009-10-061-10/+10
* Added a quick main that kind of mimics the output of exiv2 for an image.Olivier Tilloy2009-10-051-0/+18
* Fixed representations of EXIF tags (__repr__ and __str__).Olivier Tilloy2009-10-051-6/+15
* One-liner __str__ for MetadataTag and ExifTag.Olivier Tilloy2009-08-181-15/+7
* EXIF tag with a list of values notify the metadata container upon any change ...Olivier Tilloy2009-08-071-4/+37
* Rational's numerator and denominator are read-only properties.Olivier Tilloy2009-08-071-6/+16
* Correctly handle decoding/encoding Exif.GPSInfo.GPSDateStamp.Olivier Tilloy2009-08-041-3/+17