Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The python part of the binding now correctly handles the possibility for an ↵ | Olivier Tilloy | 2007-03-13 | 1 | -1/+1 |
| | | | | IPTC tag to be repeatable. | ||||
* | Modified method Image::deleteIptcTag(...) to take into account the ↵ | Olivier Tilloy | 2007-03-13 | 1 | -2/+6 |
| | | | | possibility for an IPTC tag to be repeatable. | ||||
* | Modified methods Image::getIptcTag(...) and Image::setIptcTag(...) to take ↵ | Olivier Tilloy | 2007-03-12 | 1 | -5/+10 |
| | | | | into account the possibility for an IPTC tag to be repeatable. | ||||
* | Modified the behaviour of Image::getAvailableIptcTags(): it now returns a ↵ | Olivier Tilloy | 2007-03-08 | 1 | -1/+2 |
| | | | | list without duplicates. This is a prerequisite to the implementation of an Iptc handler that can access all the instances of a given repeatable key. | ||||
* | Updated the C++ class' methods comments. | Olivier Tilloy | 2007-01-20 | 1 | -24/+29 |
| | |||||
* | Added two methods to class Image, isExifTagSet() and isIptcTagSet(), to ↵ | Olivier Tilloy | 2007-01-20 | 1 | -0/+6 |
| | | | | determine whether a tag is set. | ||||
* | Complete switch to C++/Python exceptions: methods do not return empty ↵ | Olivier Tilloy | 2007-01-20 | 1 | -6/+3 |
| | | | | strings or tuples anymore, they throw an exception instead. | ||||
* | Basic handling of Exiv2 exceptions which are now converted to corresponding ↵ | Olivier Tilloy | 2007-01-20 | 1 | -0/+3 |
| | | | | Python exceptions. | ||||
* | Removed useless history in file headers (what use is it when using a VCS ↵ | Olivier Tilloy | 2007-01-18 | 1 | -3/+0 |
| | | | | anyway?). | ||||
* | Updated the todo list. | Olivier Tilloy | 2007-01-08 | 1 | -1/+1 |
| | | | | Fixed a small mistake in the GPL header of several source files. | ||||
* | Added method Image::setThumbnailFromJpegFile(...) that allows setting the ↵ | Olivier Tilloy | 2007-01-07 | 1 | -0/+5 |
| | | | | image thumbnail from a jpeg file. | ||||
* | Added and implemented Image::deleteThumbnail() and Image::dumpThumbnailToFile(). | Olivier Tilloy | 2007-01-03 | 1 | -0/+10 |
| | |||||
* | Implemented Image::setThumbnailData() that sets the thumbnail embedded in an ↵ | Olivier Tilloy | 2007-01-03 | 1 | -4/+3 |
| | | | | image from raw jpeg data. | ||||
* | Added the declaration of methods for accessing the thumbnail data (not ↵ | Olivier Tilloy | 2007-01-02 | 1 | -0/+12 |
| | | | | implemented yet). | ||||
* | Added a README file for general information about the project. | Olivier Tilloy | 2006-12-30 | 1 | -2/+2 |
| | | | | | Modified the information headers in source files to replace "This program" by "pyexiv2". The SConstruct Python script now specifies that it's encoded in UTF-8. | ||||
* | Added and implemented IPTC-related methods. | Olivier Tilloy | 2006-12-30 | 1 | -5/+14 |
| | |||||
* | Initial import of the existing sources for the project. | Olivier Tilloy | 2006-12-30 | 1 | -0/+105 |
These source files were written in September 2006 in Hull as part of another project, and are now becoming a standalone python library. |