aboutsummaryrefslogtreecommitdiffstats
path: root/src/libpyexiv2.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Updated the todo list.Olivier Tilloy2007-01-081-1/+1
| | | | Fixed a small mistake in the GPL header of several source files.
* Added method Image::setThumbnailFromJpegFile(...) that allows setting the ↵Olivier Tilloy2007-01-071-0/+5
| | | | image thumbnail from a jpeg file.
* Added and implemented Image::deleteThumbnail() and Image::dumpThumbnailToFile().Olivier Tilloy2007-01-031-0/+10
|
* Implemented Image::setThumbnailData() that sets the thumbnail embedded in an ↵Olivier Tilloy2007-01-031-4/+3
| | | | image from raw jpeg data.
* Added the declaration of methods for accessing the thumbnail data (not ↵Olivier Tilloy2007-01-021-0/+12
| | | | implemented yet).
* Added a README file for general information about the project.Olivier Tilloy2006-12-301-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 Tilloy2006-12-301-5/+14
|
* Initial import of the existing sources for the project.Olivier Tilloy2006-12-301-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.