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 fixme in the python source.
Olivier Tilloy
2007-01-20
2
-6
/
+4
*
Times are now correctly handled by the methods Image::getIptcTagValue(...) an...
Olivier Tilloy
2007-01-18
1
-15
/
+6
*
Removed useless history in file headers (what use is it when using a VCS anyw...
Olivier Tilloy
2007-01-18
6
-16
/
+0
*
Added a concrete subclass of datetime.tzinfo, FixedOffset, to represent offse...
Olivier Tilloy
2007-01-18
1
-0
/
+78
*
Added method setIptcTagValue() to class Image in the higher-level binding (st...
Olivier Tilloy
2007-01-17
2
-3
/
+38
*
Utility functions StringToDate(string) and StringToTime(string) now correctly...
Olivier Tilloy
2007-01-17
2
-74
/
+54
*
Implemented utility function StringToTime(string) (could be improved but shou...
Olivier Tilloy
2007-01-16
2
-6
/
+55
*
Moved the todo list out of the source directory where it did not belong.
Olivier Tilloy
2007-01-16
1
-0
/
+0
*
Updated the todo list.
Olivier Tilloy
2007-01-10
2
-2
/
+4
*
Added utility functions: StringToDate(string) and StringToTime(string) (this ...
Olivier Tilloy
2007-01-10
1
-5
/
+88
*
Considerably improved the ascii to datetime conversion for EXIF tags.
Olivier Tilloy
2007-01-08
2
-8
/
+36
*
Updated the todo list.
Olivier Tilloy
2007-01-08
6
-7
/
+5
*
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