aboutsummaryrefslogtreecommitdiffstats
path: root/src/libpyexiv2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor the structure of the exiv2 wrapper, retrieve more data for an EXIF tag.Olivier Tilloy2008-04-191-499/+0
* Updated the copyright notice in the source headers.Olivier Tilloy2008-02-091-1/+1
* EXIF and IPTC tag setters now always return the type of the value even if not...Olivier Tilloy2008-02-061-18/+19
* Implemented feature request tracked by bug #175069 (Retrieve/set the JPEG com...Olivier Tilloy2008-01-161-0/+30
* Implemented feature request tracked by bug #149212 (Add access to tag labels)...Olivier Tilloy2007-10-101-0/+19
* Explicitely returning the tag types as C++ strings.Olivier Tilloy2007-09-181-6/+6
* Fixed a bug reported by Damon Lynch: due to interface changes for exceptions ...Olivier Tilloy2007-09-161-1/+7
* Internally renamed methods getAvailableExifTags() and getAvailableIptcTags() ...Olivier Tilloy2007-03-301-4/+4
* Removed methods isExigTagSet() and isIptcTagSet() as they are now useless tha...Olivier Tilloy2007-03-301-24/+0
* Changed the type of exception raised when trying to get a value corresponding...Olivier Tilloy2007-03-301-1/+1
* Changed the Python exception type an Exiv2::Error(KEY_NOT_FOUND, ...) is conv...Olivier Tilloy2007-03-151-1/+1
* The python part of the binding now correctly handles the possibility for an I...Olivier Tilloy2007-03-131-1/+1
* Modified method Image::deleteIptcTag(...) to take into account the possibilit...Olivier Tilloy2007-03-131-7/+14
* Modified methods Image::getIptcTag(...) and Image::setIptcTag(...) to take in...Olivier Tilloy2007-03-121-18/+41
* Modified the behaviour of Image::getAvailableIptcTags(): it now returns a lis...Olivier Tilloy2007-03-081-3/+4
* Added two methods to class Image, isExifTagSet() and isIptcTagSet(), to deter...Olivier Tilloy2007-01-201-0/+24
* Complete switch to C++/Python exceptions: methods do not return empty strings...Olivier Tilloy2007-01-201-65/+45
* Defined a new custom IO exception for when trying to access the metadata befo...Olivier Tilloy2007-01-201-60/+24
* Basic handling of Exiv2 exceptions which are now converted to corresponding P...Olivier Tilloy2007-01-201-204/+157
* Removed useless history in file headers (what use is it when using a VCS anyw...Olivier Tilloy2007-01-181-3/+0
* Updated the todo list.Olivier Tilloy2007-01-081-1/+1
* Added method Image::setThumbnailFromJpegFile(...) that allows setting the ima...Olivier Tilloy2007-01-071-0/+22
* Optimized the memory allocation when extracting the thumbnail data from an im...Olivier Tilloy2007-01-041-2/+4
* Added and implemented Image::deleteThumbnail() and Image::dumpThumbnailToFile().Olivier Tilloy2007-01-031-15/+57
* Implemented Image::setThumbnailData() that sets the thumbnail embedded in an ...Olivier Tilloy2007-01-031-4/+13
* Implemented Image::getThumbnailData() that returns a string containing the ra...Olivier Tilloy2007-01-031-2/+34
* Added the declaration of methods for accessing the thumbnail data (not implem...Olivier Tilloy2007-01-021-0/+12
* Added a README file for general information about the project.Olivier Tilloy2006-12-301-2/+2
* Added and implemented IPTC-related methods.Olivier Tilloy2006-12-301-3/+112
* Initial import of the existing sources for the project.Olivier Tilloy2006-12-301-0/+290