index
:
pyexiv2
master
python binding to exiv2, the C++ library for manipulation of EXIF, IPTC and XMP image metadata
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a very simple python script that demonstrates how to use pygtk to displ...
Olivier Tilloy
2007-01-07
1
-0
/
+72
*
Added a very simple python script that demonstrates how to use pyqt to displa...
Olivier Tilloy
2007-01-07
1
-0
/
+68
*
Added method Image::setThumbnailFromJpegFile(...) that allows setting the ima...
Olivier Tilloy
2007-01-07
4
-1
/
+30
*
Optimized the memory allocation when extracting the thumbnail data from an im...
Olivier Tilloy
2007-01-04
1
-2
/
+4
*
Added and implemented Image::deleteThumbnail() and Image::dumpThumbnailToFile().
Olivier Tilloy
2007-01-03
3
-15
/
+69
*
Implemented Image::setThumbnailData() that sets the thumbnail embedded in an ...
Olivier Tilloy
2007-01-03
2
-8
/
+16
*
Implemented Image::getThumbnailData() that returns a string containing the ra...
Olivier Tilloy
2007-01-03
1
-2
/
+34
*
Added the declaration of methods for accessing the thumbnail data (not implem...
Olivier Tilloy
2007-01-02
3
-0
/
+26
*
Updated the README documentation section about compilation and installation o...
Olivier Tilloy
2007-01-01
1
-6
/
+10
*
Added an 'install' target to the SConscript script, invoke 'scons install' to...
Olivier Tilloy
2007-01-01
1
-1
/
+7
*
Split the Sconstruct script into two files.
Olivier Tilloy
2007-01-01
3
-9
/
+22
*
Added a test function (yet to define) to the python library.
Olivier Tilloy
2007-01-01
1
-0
/
+8
*
Documented the high-level binding with doc strings.
Olivier Tilloy
2006-12-30
1
-24
/
+103
*
Added a README file for general information about the project.
Olivier Tilloy
2006-12-30
6
-8
/
+68
*
Added and implemented IPTC-related methods.
Olivier Tilloy
2006-12-30
4
-10
/
+131
*
Initial import of the existing sources for the project.
Olivier Tilloy
2006-12-30
7
-0
/
+913