aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Expose writeMetadata in the C++ wrapper.Olivier Tilloy2009-03-193-4/+4
* Generic getter for all tags.Olivier Tilloy2009-03-193-3/+36
* Removed unused code.Olivier Tilloy2009-03-194-37/+7
* Getters for IPTC and XMP tags + unit tests.Olivier Tilloy2009-03-192-1/+100
* Handle multiple values for EXIF tags (e.g. Exif.GPSInfo.GPSLatitude is expres...Olivier Tilloy2009-03-181-0/+6
* First version of an ImageMetadata class, meant to replace the Image class.Olivier Tilloy2009-03-124-3/+175
* Removed some unused code.Olivier Tilloy2009-03-091-134/+2
* EXIF Byte two-ways conversion.Olivier Tilloy2009-03-092-4/+27
* EXIF Undefined to string conversion.Olivier Tilloy2009-03-092-2/+17
* EXIF Rational and SRational conversion.Olivier Tilloy2009-03-093-1/+68
* Conversion of a string to a Rational.Olivier Tilloy2009-03-062-20/+30
* Reworked the Rational class.Olivier Tilloy2009-03-063-46/+34
* EXIF Undefined conversion.Olivier Tilloy2009-03-022-32/+50
* Do not use private attributes where not needed.Olivier Tilloy2009-03-021-3/+3
* EXIF Ascii (including datetimes) two-ways conversion.Olivier Tilloy2009-03-012-2/+75
* EXIF Long and SLong two-ways conversions.Olivier Tilloy2009-02-264-9/+66
* EXIF unit tests.Olivier Tilloy2009-02-261-0/+53
* EXIF Short and Short to string conversion.Olivier Tilloy2009-02-252-13/+82
* IPTC Undefined to string conversion.Olivier Tilloy2009-02-252-1/+15
* IPTC Time to string conversion.Olivier Tilloy2009-02-252-0/+37
* IPTC Date to string conversion.Olivier Tilloy2009-02-252-0/+22
* IPTC String to string conversion.Olivier Tilloy2009-02-252-0/+22
* IPTC Short to string conversion.Olivier Tilloy2009-02-242-0/+35
* IPTC Undefined conversion.Olivier Tilloy2009-02-242-17/+10
* IPTC Time conversion.Olivier Tilloy2009-02-242-1/+43
* IPTC Date conversion.Olivier Tilloy2009-02-242-0/+26
* IPTC String conversion.Olivier Tilloy2009-02-242-0/+15
* IPTC Short conversion.Olivier Tilloy2009-02-244-16/+104
* Removed the value attribute of the base metadata class.Olivier Tilloy2009-02-061-5/+9
* Renamed all tags' type attributes to xtype.Olivier Tilloy2009-02-061-21/+21
* XMP bag to string conversion + unit tests.Olivier Tilloy2009-02-062-2/+24
* XMP URI and URL to string conversion + unit tests.Olivier Tilloy2009-02-062-7/+25
* XMP ProperName to string conversion + unit tests.Olivier Tilloy2009-02-062-1/+21
* XMP LangAlt to string conversion + unit tests.Olivier Tilloy2009-02-062-5/+57
* XMP Date to string conversion + unit tests.Olivier Tilloy2009-02-052-2/+52
* XMP MIMEType to string conversion + unit tests.Olivier Tilloy2009-02-042-0/+18
* XMP Integer to string conversion + unit tests.Olivier Tilloy2009-02-042-1/+17
* Fixed an invalid Date conversion.Olivier Tilloy2009-02-042-3/+4
* XMP Text to string conversion + unit tests.Olivier Tilloy2009-01-282-9/+32
* Added some unit tests to the XMP date conversion.Olivier Tilloy2009-01-281-0/+5
* Removed an unnecessary comment.Olivier Tilloy2009-01-281-1/+0
* Raise exceptions when failing to convert to a python type.Olivier Tilloy2009-01-282-44/+65
* XMP Boolean to string conversion + unit tests.Olivier Tilloy2009-01-272-0/+23
* XmpTag: value conversion at init.Olivier Tilloy2009-01-271-1/+1
* XMP bag conversion + unit tests.Olivier Tilloy2009-01-272-3/+16
* XMP ProperName conversion + unit tests.Olivier Tilloy2009-01-272-7/+8
* XMP URL and URI conversion + unit tests.Olivier Tilloy2009-01-262-6/+22
* XMP Text conversion + unit tests.Olivier Tilloy2009-01-262-3/+19
* XMP LangAlt conversion + unit tests.Olivier Tilloy2009-01-262-7/+38
* Unit tests for XMP integer conversion.Olivier Tilloy2009-01-222-1/+22