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
*
Allow the builder to specify a custom name for the boost::python library
Mark Lee
2010-02-21
1
-1
/
+1
*
Ported the ReadMetadata test case to 0.2.
Mark Lee
2010-02-21
3
-38
/
+150
|
\
|
*
Consistent type and value(s) checks.
Olivier Tilloy
2010-02-21
1
-24
/
+7
|
*
Always check all values of IPTC tags.
Olivier Tilloy
2010-02-21
1
-21
/
+19
|
*
Header cosmetics.
Olivier Tilloy
2010-02-21
1
-4
/
+2
|
*
XMP: Check the tag value types, not the tag type.
Mark Lee
2010-02-16
1
-68
/
+68
|
*
Add an XMP metadata test.
Mark Lee
2010-02-09
2
-1
/
+124
|
*
Port the ReadMetadataTestCase to the 0.2 API.
Mark Lee
2010-02-04
2
-19
/
+29
*
|
Support direct value assignment.
Olivier Tilloy
2010-02-18
4
-31
/
+113
|
\
\
|
*
|
Tutorial: direct value assignment explained.
Olivier Tilloy
2010-02-17
1
-0
/
+21
|
*
|
More explicit parameter names: tag_or_value.
Olivier Tilloy
2010-02-17
1
-14
/
+22
|
*
|
Adapted the examples to make use of direct value assignment,
Olivier Tilloy
2010-02-17
1
-8
/
+7
|
*
|
Additional unit tests for direct value assignment.
Olivier Tilloy
2010-02-17
1
-0
/
+49
|
*
|
Direct value assignment as an alternative to passing a fully-formed tag.
Olivier Tilloy
2010-02-17
2
-16
/
+21
|
/
/
*
|
Complete documentation generated with sphinx.
Olivier Tilloy
2010-02-16
15
-253
/
+952
|
\
\
|
*
|
Developers documentation: `scons doc` (re)builds the HTML documentation.
Olivier Tilloy
2010-02-16
1
-2
/
+4
|
*
|
Removed useless execution magic: scons scripts are not standalone executables.
Olivier Tilloy
2010-02-16
3
-3
/
+0
|
*
|
Resolve the install target.
Olivier Tilloy
2010-02-16
1
-1
/
+1
|
*
|
Dispatch build targets.
Olivier Tilloy
2010-02-16
3
-2
/
+22
|
*
|
SConscript to build the HTML documentation using sphinx.
Olivier Tilloy
2010-02-16
1
-0
/
+28
|
*
|
Tutorial: accessing embedded previews.
Olivier Tilloy
2010-02-15
1
-0
/
+23
|
*
|
Tutorial: reading and writing XMP tags.
Olivier Tilloy
2010-02-15
1
-4
/
+58
|
*
|
Tutorial: reading and writing IPTC tags.
Olivier Tilloy
2010-02-15
1
-10
/
+77
|
*
|
Tutorial: reading and writing EXIF tags.
Olivier Tilloy
2010-02-15
1
-1
/
+87
|
*
|
Documented abbreviations for EXIF, IPTC and XMP.
Olivier Tilloy
2010-02-15
1
-1
/
+3
|
*
|
Developers documentation.
Olivier Tilloy
2010-02-04
1
-1
/
+119
|
*
|
API documentation: utils module.
Olivier Tilloy
2010-02-02
2
-89
/
+102
|
*
|
Removed useless namespaces.
Olivier Tilloy
2010-02-02
1
-11
/
+11
|
*
|
API documentation: xmp module.
Olivier Tilloy
2010-02-02
2
-46
/
+53
|
*
|
API documentation: iptc module.
Olivier Tilloy
2010-02-02
2
-37
/
+42
|
*
|
API documentation: exif module.
Olivier Tilloy
2010-02-02
2
-38
/
+44
|
*
|
API documentation: metadata module.
Olivier Tilloy
2010-02-01
2
-39
/
+47
|
*
|
API documentation: version info.
Olivier Tilloy
2010-01-30
2
-1
/
+14
|
*
|
Basic structure of the documentation.
Olivier Tilloy
2010-01-28
4
-0
/
+17
|
*
|
Imported the original webpage's overview in the documentation's index.
Olivier Tilloy
2010-01-28
1
-2
/
+18
|
*
|
Dynamic copyright notice.
Olivier Tilloy
2010-01-28
1
-1
/
+2
|
*
|
Get the version of pyexiv2 at runtime.
Olivier Tilloy
2010-01-28
1
-2
/
+3
|
*
|
Ignore the contents of the _build directory.
Olivier Tilloy
2010-01-28
1
-0
/
+1
|
*
|
Initial sphinx documentation skeleton,
Olivier Tilloy
2010-01-28
2
-0
/
+214
*
|
|
Update the list of keys when inserting a new tag.
Olivier Tilloy
2010-02-15
2
-0
/
+12
|
\
\
\
|
*
|
|
Update the list of keys when inserting a new tag.
Olivier Tilloy
2010-02-15
1
-0
/
+6
|
*
|
|
Make the unit tests choke on bug #522216.
Olivier Tilloy
2010-02-15
1
-0
/
+6
|
/
/
/
*
|
|
PyGTK example application: connect to the 'destroy' signal to exit when closi...
Damien Moore
2010-02-14
1
-2
/
+1
*
|
|
Raise an IOError when trying to read an image of an unknown type.
Olivier Tilloy
2010-02-10
2
-16
/
+33
*
|
|
Use SCons' Glob to install all source files in src/pyexiv2.
Xoff
2010-02-08
1
-2
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Removed a useless import.
Olivier Tilloy
2010-02-08
1
-1
/
+0
|
*
|
Use SCons' Glob to install all source files in src/pyexiv2.
Xoff
2010-02-08
1
-1
/
+1
|
/
/
*
|
Longitudes accept values between 0 and 180 degrees.
Rob Wallace
2010-01-30
2
-6
/
+12
*
|
Raise an IOError when trying to read an non-existent file,
Olivier Tilloy
2010-01-29
2
-0
/
+9
|
/
*
Complete API documentation.
Olivier Tilloy
2010-01-27
6
-20
/
+61
|
\
[next]