aboutsummaryrefslogtreecommitdiffstats
path: root/src/exiv2wrapper_python.cpp
Commit message (Expand)AuthorAgeFilesLines
* New data_buffer() method to get the image buffer.Olivier Tilloy2010-03-171-0/+2
* Instantiate an image from a data buffer.Olivier Tilloy2010-03-161-0/+1
* Documentation of the Preview class.Olivier Tilloy2010-01-261-9/+22
* Made the low level Image wrapper and all the methods it exposes protected.Olivier Tilloy2010-01-261-19/+19
* Copy metadata to another image.Olivier Tilloy2010-01-221-0/+2
* Read-only access to the mime type of an image.Olivier Tilloy2010-01-221-0/+2
* Read-only access to the dimensions of an image.Olivier Tilloy2010-01-221-0/+3
* Standard version_info and __version__ attributesOlivier Tilloy2010-01-211-1/+1
* Removed some unused legacy code.Olivier Tilloy2010-01-211-10/+0
* Preview::writeToFile dumps the preview data to a file.Olivier Tilloy2010-01-081-0/+2
* Preview (thumbnail) extraction.Olivier Tilloy2010-01-081-0/+11
* Updated copyright headers for 2010.Olivier Tilloy2010-01-051-1/+1
* Complete documentation of the ExifTag class.Olivier Tilloy2009-12-181-1/+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/+1
* Separate _XmpTag value getters for text, array and lang alt.Olivier Tilloy2009-11-241-2/+4
* Added the _XmpTag class in the low-level wrapper.Olivier Tilloy2009-11-201-0/+12
* Instantiate an _IptcTag from an Exiv2::IptcMetadata (vector of Iptcdatum).Olivier Tilloy2009-11-171-3/+3
* ExifTag doesn't inherit from libexiv2python._ExifTag anymore, it keeps a refe...Olivier Tilloy2009-11-151-1/+1
* Make Image::getExifTag return an ExifTag.Olivier Tilloy2009-11-121-31/+31
* Also expose the EXIF tags' human readable value.Olivier Tilloy2009-11-111-0/+1
* Renamed ExifTag's _value to _raw_value.Olivier Tilloy2009-11-051-2/+2
* Preliminary investigation to implement the *Tag classes in C++.Olivier Tilloy2009-11-041-0/+31
* Delete an XMP tag.Olivier Tilloy2009-04-221-0/+1
* Private value setter for XMP tags.Olivier Tilloy2009-04-211-0/+1
* Really delete all repetitions of an IPTC tag.Olivier Tilloy2009-04-141-3/+1
* Private value setter for IPTC tags.Olivier Tilloy2009-04-061-3/+3
* Delete an EXIF tag.Olivier Tilloy2009-03-261-1/+1
* Private setters for EXIF tags.Olivier Tilloy2009-03-241-1/+1
* Expose writeMetadata in the C++ wrapper.Olivier Tilloy2009-03-191-1/+1
* Removed unused code.Olivier Tilloy2009-03-191-5/+1
* First version of an ImageMetadata class, meant to replace the Image class.Olivier Tilloy2009-03-121-3/+3
* Retrieve XMP tag values (without python type conversion atm).Olivier Tilloy2009-01-121-0/+1
* Updated headers' dates.Olivier Tilloy2009-01-091-1/+1
* Module attributes for the versions of exiv2 and pyexiv2.Olivier Tilloy2009-01-091-0/+10
* First basic support for XMP metadata: listing XMP keys.Olivier Tilloy2008-06-141-0/+2
* Retrieve more data for an IPTC tag (low-level).Olivier Tilloy2008-06-111-2/+2
* Refactor the structure of the exiv2 wrapper, retrieve more data for an EXIF tag.Olivier Tilloy2008-04-191-0/+70