aboutsummaryrefslogtreecommitdiffstats
path: root/src/exiv2wrapper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Complete documentation of the ExifTag class.Olivier Tilloy2009-12-181-6/+0
|
* Write the XMP value back to the image.Olivier Tilloy2009-12-101-2/+42
|
* 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-301-2/+30
|
* Use the (much more reliable) exiv2 type of the XMP tag to get its correct value.Olivier Tilloy2009-11-261-0/+7
|
* Handle XMP tags for which static property information is not available.Olivier Tilloy2009-11-251-4/+17
|
* Separate _XmpTag value getters for text, array and lang alt.Olivier Tilloy2009-11-241-4/+30
|
* Do not store the XMP info for a given tag statically.Olivier Tilloy2009-11-201-1/+1
|
* Make Image::getXmpTag return an XmpTag.Olivier Tilloy2009-11-201-8/+2
|
* Added the _XmpTag class in the low-level wrapper.Olivier Tilloy2009-11-201-0/+53
|
* Make Image::getIptcTag return an IptcTag.Olivier Tilloy2009-11-181-30/+20
|
* 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-181-23/+11
|
* Implemented IptcTag::setRawValues.Olivier Tilloy2009-11-181-3/+18
|
* Instantiate an _IptcTag from an Exiv2::IptcMetadata (vector of Iptcdatum).Olivier Tilloy2009-11-171-9/+26
|
* Cosmetics.Olivier Tilloy2009-11-161-11/+11
|
* Fix setting the value of an EXIF tag.Olivier Tilloy2009-11-161-14/+4
|
* Make Image::getExifTag return an ExifTag.Olivier Tilloy2009-11-121-31/+28
|
* Also expose the EXIF tags' human readable value.Olivier Tilloy2009-11-111-0/+14
|
* Renamed ExifTag's _value to _raw_value.Olivier Tilloy2009-11-051-5/+5
| | | Value and raw value setters.
* Preliminary investigation to implement the *Tag classes in C++.Olivier Tilloy2009-11-041-0/+141
|
* Fixed the signature of the setIptcTagValues method.Olivier Tilloy2009-10-231-1/+1
|
* Delete an XMP tag.Olivier Tilloy2009-04-221-0/+17
|
* Private value setter for XMP tags.Olivier Tilloy2009-04-211-37/+3
|
* Unlike IPTC tags, XMP tags are not repeatable.Olivier Tilloy2009-04-211-24/+55
|
* Really delete all repetitions of an IPTC tag.Olivier Tilloy2009-04-141-21/+20
|
* Private value setter for IPTC tags.Olivier Tilloy2009-04-061-35/+47
|
* Delete an EXIF tag.Olivier Tilloy2009-03-261-6/+2
|
* Private setters for EXIF tags.Olivier Tilloy2009-03-241-15/+6
|
* Expose writeMetadata in the C++ wrapper.Olivier Tilloy2009-03-191-2/+2
|
* Generic getter for all tags.Olivier Tilloy2009-03-191-0/+1
|
* Removed unused code.Olivier Tilloy2009-03-191-22/+4
| | | Updated the todo list.
* Retrieve the real type of xmp tags.Olivier Tilloy2009-01-141-2/+1
|
* Retrieve XMP tag values (without python type conversion atm).Olivier Tilloy2009-01-121-0/+37
|
* Updated headers' dates.Olivier Tilloy2009-01-091-1/+1
|
* First basic support for XMP metadata: listing XMP keys.Olivier Tilloy2008-06-141-1/+22
|
* Retrieve more data for an IPTC tag (low-level).Olivier Tilloy2008-06-111-30/+54
|
* Replace all tabs by spaces in the code.Olivier Tilloy2008-04-191-1/+1
| | | | Add a MetadataTag class to the python module.
* Refactor the structure of the exiv2 wrapper, retrieve more data for an EXIF tag.Olivier Tilloy2008-04-191-0/+483