aboutsummaryrefslogtreecommitdiffstats
path: root/src/exiv2wrapper.hpp
Commit message (Expand)AuthorAgeFilesLines
* Added the _XmpTag class in the low-level wrapper.Olivier Tilloy2009-11-201-0/+25
* Make Image::getIptcTag return an IptcTag.Olivier Tilloy2009-11-181-9/+2
* Do not cache the raw values.Olivier Tilloy2009-11-181-3/+0
* Instantiate an _IptcTag from an Exiv2::IptcMetadata (vector of Iptcdatum).Olivier Tilloy2009-11-171-5/+5
* Fix setting the value of an EXIF tag.Olivier Tilloy2009-11-161-2/+2
* Updated documentation.Olivier Tilloy2009-11-161-10/+1
* Make Image::getExifTag return an ExifTag.Olivier Tilloy2009-11-121-69/+70
* Also expose the EXIF tags' human readable value.Olivier Tilloy2009-11-111-0/+2
* Renamed ExifTag's _value to _raw_value.Olivier Tilloy2009-11-051-3/+3
* Preliminary investigation to implement the *Tag classes in C++.Olivier Tilloy2009-11-041-0/+67
* Fixed the signature of the setIptcTagValues method.Olivier Tilloy2009-10-231-1/+1
* Delete an XMP tag.Olivier Tilloy2009-04-221-0/+4
* Private value setter for XMP tags.Olivier Tilloy2009-04-211-1/+1
* Unlike IPTC tags, XMP tags are not repeatable.Olivier Tilloy2009-04-211-6/+3
* Really delete all repetitions of an IPTC tag.Olivier Tilloy2009-04-141-7/+3
* Private value setter for IPTC tags.Olivier Tilloy2009-04-061-8/+7
* Delete an EXIF tag.Olivier Tilloy2009-03-261-3/+2
* Private setters for EXIF tags.Olivier Tilloy2009-03-241-4/+3
* Expose writeMetadata in the C++ wrapper.Olivier Tilloy2009-03-191-1/+1
* Removed unused code.Olivier Tilloy2009-03-191-10/+1
* Retrieve XMP tag values (without python type conversion atm).Olivier Tilloy2009-01-121-1/+8
* Updated headers' dates.Olivier Tilloy2009-01-091-1/+1
* First basic support for XMP metadata: listing XMP keys.Olivier Tilloy2008-06-141-0/+3
* Retrieve more data for an IPTC tag (low-level).Olivier Tilloy2008-06-111-6/+13
* Replace all tabs by spaces in the code.Olivier Tilloy2008-04-191-0/+1
* Refactor the structure of the exiv2 wrapper, retrieve more data for an EXIF tag.Olivier Tilloy2008-04-191-0/+161