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
*
IPTC Short to string conversion.
Olivier Tilloy
2009-02-24
1
-0
/
+25
*
IPTC Undefined conversion.
Olivier Tilloy
2009-02-24
1
-16
/
+3
*
IPTC Time conversion.
Olivier Tilloy
2009-02-24
1
-0
/
+25
*
IPTC Date conversion.
Olivier Tilloy
2009-02-24
1
-0
/
+12
*
IPTC String conversion.
Olivier Tilloy
2009-02-24
1
-0
/
+6
*
IPTC Short conversion.
Olivier Tilloy
2009-02-24
1
-16
/
+56
*
Removed the value attribute of the base metadata class.
Olivier Tilloy
2009-02-06
1
-5
/
+9
*
Renamed all tags' type attributes to xtype.
Olivier Tilloy
2009-02-06
1
-21
/
+21
*
XMP bag to string conversion + unit tests.
Olivier Tilloy
2009-02-06
1
-1
/
+9
*
XMP URI and URL to string conversion + unit tests.
Olivier Tilloy
2009-02-06
1
-1
/
+1
*
XMP ProperName to string conversion + unit tests.
Olivier Tilloy
2009-02-06
1
-1
/
+3
*
XMP LangAlt to string conversion + unit tests.
Olivier Tilloy
2009-02-06
1
-1
/
+35
*
XMP Date to string conversion + unit tests.
Olivier Tilloy
2009-02-05
1
-2
/
+24
*
XMP MIMEType to string conversion + unit tests.
Olivier Tilloy
2009-02-04
1
-0
/
+9
*
XMP Integer to string conversion + unit tests.
Olivier Tilloy
2009-02-04
1
-1
/
+7
*
Fixed an invalid Date conversion.
Olivier Tilloy
2009-02-04
1
-1
/
+4
*
XMP Text to string conversion + unit tests.
Olivier Tilloy
2009-01-28
1
-8
/
+22
*
Removed an unnecessary comment.
Olivier Tilloy
2009-01-28
1
-1
/
+0
*
Raise exceptions when failing to convert to a python type.
Olivier Tilloy
2009-01-28
1
-25
/
+50
*
XMP Boolean to string conversion + unit tests.
Olivier Tilloy
2009-01-27
1
-0
/
+15
*
XmpTag: value conversion at init.
Olivier Tilloy
2009-01-27
1
-1
/
+1
*
XMP bag conversion + unit tests.
Olivier Tilloy
2009-01-27
1
-3
/
+8
*
XMP ProperName conversion + unit tests.
Olivier Tilloy
2009-01-27
1
-4
/
+1
*
XMP URL and URI conversion + unit tests.
Olivier Tilloy
2009-01-26
1
-5
/
+4
*
XMP Text conversion + unit tests.
Olivier Tilloy
2009-01-26
1
-2
/
+6
*
XMP LangAlt conversion + unit tests.
Olivier Tilloy
2009-01-26
1
-7
/
+21
*
Unit tests for XMP integer conversion.
Olivier Tilloy
2009-01-22
1
-1
/
+10
*
XMP MIMEType conversion + unit tests.
Olivier Tilloy
2009-01-22
1
-2
/
+6
*
Unit tests for the conversion of XMP tags, started fixing the conversion of D...
Olivier Tilloy
2009-01-22
1
-12
/
+29
*
XMP Date conversion complete.
Olivier Tilloy
2009-01-21
1
-58
/
+80
*
XMP Date custom regular expression.
Olivier Tilloy
2009-01-20
1
-11
/
+75
*
Retrieve the real type of xmp tags.
Olivier Tilloy
2009-01-14
1
-2
/
+1
*
Retrieve XMP tag values (without python type conversion atm).
Olivier Tilloy
2009-01-12
4
-3
/
+76
*
Updated headers' dates.
Olivier Tilloy
2009-01-09
4
-4
/
+4
*
Module attributes for the versions of exiv2 and pyexiv2.
Olivier Tilloy
2009-01-09
2
-0
/
+16
*
First basic support for XMP metadata: listing XMP keys.
Olivier Tilloy
2008-06-14
3
-1
/
+27
*
Value(s) of subclasses of MetadataTag are converted to Python types.
Olivier Tilloy
2008-06-12
1
-61
/
+63
*
IptcTag class, python wrapper for an IPTC tag.
Olivier Tilloy
2008-06-11
1
-8
/
+40
*
Retrieve more data for an IPTC tag (low-level).
Olivier Tilloy
2008-06-11
4
-38
/
+72
*
Replace all tabs by spaces in the code.
Olivier Tilloy
2008-04-19
3
-671
/
+718
*
Refactor the structure of the exiv2 wrapper, retrieve more data for an EXIF tag.
Olivier Tilloy
2008-04-19
7
-737
/
+716
*
Updated the copyright notice in the source headers.
Olivier Tilloy
2008-02-09
3
-3
/
+3
*
Updated the copyright notice in the source headers.
Olivier Tilloy
2008-02-09
1
-1
/
+1
*
Fixed bug #183332 (Cached metadata is not converted to its correct type): the...
Olivier Tilloy
2008-02-06
1
-6
/
+8
*
EXIF and IPTC tag setters now always return the type of the value even if not...
Olivier Tilloy
2008-02-06
2
-24
/
+26
*
Implemented the equality comparison operator for class pyexiv2.Rational, will...
Olivier Tilloy
2008-01-30
1
-0
/
+13
*
Factorized the code that converts a tag value to the matching Python type.
Olivier Tilloy
2008-01-27
1
-55
/
+56
*
Fixed a bug that prevented from setting an EXIF tag with multiple values.
Olivier Tilloy
2008-01-27
1
-2
/
+2
*
Added a rational number type (class pyexiv2.Rational) to handle rational valu...
Olivier Tilloy
2008-01-27
1
-17
/
+51
*
Added method copyMetadataTo(Image) to class Image to copy all EXIF and IPTC m...
Olivier Tilloy
2008-01-27
1
-3
/
+26
[next]