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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Longitudes accept values between 0 and 180 degrees.
Rob Wallace
2010-01-30
1
-5
/
+6
*
Raise an IOError when trying to read an non-existent file,
Olivier Tilloy
2010-01-29
1
-0
/
+5
*
Documentation cosmetics.
Olivier Tilloy
2010-01-27
3
-8
/
+7
*
Module-level docstrings for exif, iptc and xmp.
Olivier Tilloy
2010-01-27
3
-0
/
+12
*
Complete the documentation of the metadata module.
Olivier Tilloy
2010-01-26
1
-2
/
+11
*
Complete the documentation of the utils module.
Olivier Tilloy
2010-01-26
1
-1
/
+9
*
Documentation of the Preview class.
Olivier Tilloy
2010-01-26
1
-9
/
+22
*
Made the low level Image wrapper and all the methods it exposes protected.
Olivier Tilloy
2010-01-26
2
-43
/
+43
*
Take environment variables into account when compiling.
Olivier Tilloy
2010-01-25
1
-1
/
+11
*
Choice is not a simple type.
Olivier Tilloy
2010-01-24
1
-5
/
+0
*
Copy metadata to another image.
Olivier Tilloy
2010-01-22
4
-0
/
+46
*
Read-only access to the mime type of an image.
Olivier Tilloy
2010-01-22
4
-0
/
+16
*
Read-only access to the dimensions of an image.
Olivier Tilloy
2010-01-22
4
-0
/
+24
*
Standard version_info and __version__ attributes
Olivier Tilloy
2010-01-21
2
-3
/
+9
*
Updated error codes translation.
Olivier Tilloy
2010-01-21
1
-38
/
+207
|
\
|
*
Updated error codes translation to the errors defined in libexiv2 0.19.
Olivier Tilloy
2010-01-21
1
-24
/
+206
|
*
Removed a compatibility workaround.
Olivier Tilloy
2010-01-21
1
-6
/
+1
|
*
Removed handling of unused custom exceptions.
Olivier Tilloy
2010-01-21
1
-8
/
+0
*
|
Prevent emptying XMP sequences and other multiple-value types.
Olivier Tilloy
2010-01-21
1
-0
/
+4
|
/
*
Removed some unused legacy code.
Olivier Tilloy
2010-01-21
6
-209
/
+2
*
Fixed adding values to repeatable IPTC tags.
Olivier Tilloy
2010-01-21
1
-1
/
+3
*
Lazy value computation.
Olivier Tilloy
2010-01-21
3
-101
/
+78
|
\
|
*
Lazy value computation for XMP tags.
Olivier Tilloy
2010-01-21
1
-48
/
+36
|
*
Lazy value computation for IPTC tags.
Olivier Tilloy
2010-01-21
1
-27
/
+18
|
*
Set the tag's value when setting the raw value.
Olivier Tilloy
2010-01-21
1
-3
/
+2
|
*
Reset the value cookie to False when setting the value.
Olivier Tilloy
2010-01-19
1
-3
/
+4
|
*
Lazy value computation for EXIF tags.
Olivier Tilloy
2010-01-19
1
-20
/
+18
*
|
Documentation.
Olivier Tilloy
2010-01-21
1
-0
/
+1
|
/
*
More explicit ValueErrors when trying to instantiate a GPSCoordinate with inv...
Olivier Tilloy
2010-01-19
1
-4
/
+4
*
GPSCoordinate class to match the XMP GPSCoordinate type.
Olivier Tilloy
2010-01-19
3
-2
/
+124
*
Support the EXIF Comment type.
Olivier Tilloy
2010-01-19
1
-3
/
+21
*
Renamed UndefinedToString to undefined_to_string
Olivier Tilloy
2010-01-17
3
-8
/
+8
*
Do not convert automatically Undefined values to their human representation,
Olivier Tilloy
2010-01-17
1
-4
/
+5
*
Always provide the EXIF interpreted value if possible.
Olivier Tilloy
2010-01-17
2
-7
/
+8
*
IPTC: when setting the values of a tag, use its raw_values.
Olivier Tilloy
2010-01-17
1
-1
/
+1
*
EXIF: when setting the value of a tag, use its raw_value.
Olivier Tilloy
2010-01-17
1
-1
/
+1
*
Support the EXIF SShort type (handled similarly as Short).
Olivier Tilloy
2010-01-17
1
-5
/
+12
*
Support the EXIF SByte type (handled exactly the same way as Byte).
Olivier Tilloy
2010-01-15
1
-5
/
+5
*
When setting multiple values for an EXIF tag, they must be separated by a whi...
Olivier Tilloy
2010-01-15
1
-1
/
+1
*
Preview::writeToFile dumps the preview data to a file.
Olivier Tilloy
2010-01-08
3
-0
/
+14
*
Adapted the pyqt thumbnail example.
Olivier Tilloy
2010-01-08
1
-32
/
+37
*
Adapted the pygtk thumbnail example.
Olivier Tilloy
2010-01-08
1
-36
/
+42
*
Preview (thumbnail) extraction.
Olivier Tilloy
2010-01-08
4
-0
/
+73
*
Updated copyright headers for 2010.
Olivier Tilloy
2010-01-05
13
-13
/
+13
|
\
|
*
Updated copyright headers for 2010.
Olivier Tilloy
2010-01-05
13
-13
/
+13
*
|
Fix compilation against libexiv2 0.19.
Olivier Tilloy
2010-01-04
1
-7
/
+31
|
/
*
Cleanup: removed some useless includes.
Olivier Tilloy
2010-01-04
1
-2
/
+0
*
Replaced all data read checks by a custom macro.
Olivier Tilloy
2010-01-02
1
-84
/
+26
*
Always check if the metadata has been read beforehand.
Olivier Tilloy
2010-01-02
1
-119
/
+115
*
Also release the GIL when opening a file,
Olivier Tilloy
2009-12-24
1
-0
/
+14
[next]