aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright headers for 2010.Olivier Tilloy2010-01-0513-13/+13
* Cleanup: removed some useless includes.Olivier Tilloy2010-01-041-2/+0
* Replaced all data read checks by a custom macro.Olivier Tilloy2010-01-021-84/+26
* Always check if the metadata has been read beforehand.Olivier Tilloy2010-01-021-119/+115
* Also release the GIL when opening a file,Olivier Tilloy2009-12-241-0/+14
* Release the GIL while reading/writing metadata.Olivier Tilloy2009-12-211-0/+14
* Fixed ExifTag.__str__ for multiple values.Olivier Tilloy2009-12-191-1/+4
* Tweaks to the documentation of the module.Olivier Tilloy2009-12-181-3/+3
* Tweaks to the documentation of the ImageMetadata class.Olivier Tilloy2009-12-181-13/+14
* Complete documentation of the XmpTag class.Olivier Tilloy2009-12-181-7/+44
* Complete documentation of the IptcTag class.Olivier Tilloy2009-12-181-7/+38
* Complete documentation of the ExifTag class.Olivier Tilloy2009-12-184-20/+35
* Updated the example script to also manipulate IPTC and XMP metadata.Olivier Tilloy2009-12-161-9/+60
* Fixed metadata unit tests.Olivier Tilloy2009-12-161-4/+10
* Fixed XMP unit tests.Olivier Tilloy2009-12-151-8/+7
* Fixed EXIF unit tests.Olivier Tilloy2009-12-151-1/+1
* Stricter type checking when setting the value of an XMP tag.Olivier Tilloy2009-12-101-3/+4
* Write the XMP value back to the image.Olivier Tilloy2009-12-104-7/+56
* Fixed XmpTag.__str__.Olivier Tilloy2009-12-011-3/+27
* Typo.Olivier Tilloy2009-12-011-1/+1
* Handle all complex types when setting the value of an XmpTag.Olivier Tilloy2009-12-011-60/+46
* Get the correct exiv2 type for XMP tags even when no value is set.Olivier Tilloy2009-12-011-1/+1
* Separate _XmpTag value setters for text, array and lang alt.Olivier Tilloy2009-11-303-4/+36
* XMP: convert LangAlt keys and values to unicode.Olivier Tilloy2009-11-271-1/+6
* 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