aboutsummaryrefslogtreecommitdiffstats
path: root/src/exiv2wrapper.hpp
Commit message (Expand)AuthorAgeFilesLines
* Don't copy the metadata internally, just keep a pointer to it.Olivier Tilloy2010-05-241-6/+6
* Get, set and delete the image comment.Olivier Tilloy2010-05-211-0/+5
* Attach the image's XmpData to a tag when it is assigned to an image.Olivier Tilloy2010-05-201-5/+2
* Attach the image's IptcData to a tag when it is assigned to an image.Olivier Tilloy2010-05-191-4/+2
* Attach the image's ExifData to a tag when it is assigned to an image.Olivier Tilloy2010-05-191-4/+7
* Do not copy a subset of the IptcData, instead pass around a pointer to it and...Olivier Tilloy2010-05-181-3/+3
* Free the allocated memory when deleting an XmpTag.Olivier Tilloy2010-05-181-0/+3
* Free the allocated memory when deleting an IptcTag.Olivier Tilloy2010-05-171-0/+3
* Free the allocated memory when deleting an ExifTag.Olivier Tilloy2010-05-171-0/+2
* Do not leak the data passed to ImageMetadata.from_buffer.Olivier Tilloy2010-04-141-1/+5
* New data_buffer() method to get the image buffer.Olivier Tilloy2010-03-171-0/+3
* Instantiate an image from a data buffer.Olivier Tilloy2010-03-161-1/+2
* Raise an IOError when trying to read an image of an unknown type.Olivier Tilloy2010-02-101-0/+2
* Copy metadata to another image.Olivier Tilloy2010-01-221-0/+3
* Read-only access to the mime type of an image.Olivier Tilloy2010-01-221-0/+3
* Read-only access to the dimensions of an image.Olivier Tilloy2010-01-221-0/+4
* Removed some unused legacy code.Olivier Tilloy2010-01-211-25/+1
* Always provide the EXIF interpreted value if possible.Olivier Tilloy2010-01-171-1/+2
* Preview::writeToFile dumps the preview data to a file.Olivier Tilloy2010-01-081-0/+2
* Preview (thumbnail) extraction.Olivier Tilloy2010-01-081-0/+17
* Updated copyright headers for 2010.Olivier Tilloy2010-01-051-1/+1
* Cleanup: removed some useless includes.Olivier Tilloy2010-01-041-2/+0
* Complete documentation of the ExifTag class.Olivier Tilloy2009-12-181-2/+0
* Write the XMP value back to the image.Olivier Tilloy2009-12-101-1/+3
* Separate _XmpTag value setters for text, array and lang alt.Olivier Tilloy2009-11-301-1/+3
* Use the (much more reliable) exiv2 type of the XMP tag to get its correct value.Olivier Tilloy2009-11-261-0/+2
* Separate _XmpTag value getters for text, array and lang alt.Olivier Tilloy2009-11-241-2/+4
* Make Image::getXmpTag return an XmpTag.Olivier Tilloy2009-11-201-7/+3
* 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