aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-162-100/+101
|
* Fixed XMP unit tests.Olivier Tilloy2009-12-152-209/+146
|
* Fixed IPTC unit tests.Olivier Tilloy2009-12-151-71/+23
|
* Fixed EXIF unit tests.Olivier Tilloy2009-12-152-100/+52
|
* 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 ↵Olivier Tilloy2009-11-202-30/+78
| | | | reference to it as a protected attribute.
* 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 ↵Olivier Tilloy2009-11-183-37/+103
| | | | reference to it as a protected attribute.
* 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
| | | | tags.
* 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 ↵Olivier Tilloy2009-11-153-16/+28
| | | | reference to it as a protected attribute.
* 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
| | | Value and raw value setters.
* 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-282-6/+10
|