Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Defined a new custom IO exception for when trying to access the metadata ↵ | Olivier Tilloy | 2007-01-20 | 1 | -60/+24 |
| | | | | before the method readMetadata() has been called. | ||||
* | Basic handling of Exiv2 exceptions which are now converted to corresponding ↵ | Olivier Tilloy | 2007-01-20 | 1 | -204/+157 |
| | | | | 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/+22 |
| | | | | image thumbnail from a jpeg file. | ||||
* | Optimized the memory allocation when extracting the thumbnail data from an ↵ | Olivier Tilloy | 2007-01-04 | 1 | -2/+4 |
| | | | | image: the returned string containing the actual data is now first allocated and then filled. | ||||
* | Added and implemented Image::deleteThumbnail() and Image::dumpThumbnailToFile(). | Olivier Tilloy | 2007-01-03 | 1 | -15/+57 |
| | |||||
* | Implemented Image::setThumbnailData() that sets the thumbnail embedded in an ↵ | Olivier Tilloy | 2007-01-03 | 1 | -4/+13 |
| | | | | image from raw jpeg data. | ||||
* | Implemented Image::getThumbnailData() that returns a string containing the ↵ | Olivier Tilloy | 2007-01-03 | 1 | -2/+34 |
| | | | | raw data of the thumbnail embedded in an image. | ||||
* | 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 | -3/+112 |
| | |||||
* | Initial import of the existing sources for the project. | Olivier Tilloy | 2006-12-30 | 1 | -0/+290 |
These source files were written in September 2006 in Hull as part of another project, and are now becoming a standalone python library. |