aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Private value setter for IPTC tags.Olivier Tilloy2009-04-064-48/+83
|
* Dictionary-like getter for tags.Olivier Tilloy2009-03-301-1/+1
|
* Delete an EXIF tag.Olivier Tilloy2009-03-264-12/+19
|
* Setting an EXIF tag's value forwards it to the containing metadata if any.Olivier Tilloy2009-03-261-4/+23
|
* Private setters for EXIF tags.Olivier Tilloy2009-03-244-28/+45
|
* Expose writeMetadata in the C++ wrapper.Olivier Tilloy2009-03-193-4/+4
|
* Generic getter for all tags.Olivier Tilloy2009-03-192-0/+12
|
* Removed unused code.Olivier Tilloy2009-03-193-37/+6
| | | Updated the todo list.
* Getters for IPTC and XMP tags + unit tests.Olivier Tilloy2009-03-191-0/+16
|
* Handle multiple values for EXIF tags (e.g. Exif.GPSInfo.GPSLatitude is ↵Olivier Tilloy2009-03-181-0/+6
| | | | expressed as three Rationals).
* First version of an ImageMetadata class, meant to replace the Image class.Olivier Tilloy2009-03-122-3/+63
|
* Removed some unused code.Olivier Tilloy2009-03-091-134/+2
|
* EXIF Byte two-ways conversion.Olivier Tilloy2009-03-091-4/+14
|
* EXIF Undefined to string conversion.Olivier Tilloy2009-03-091-2/+9
|
* EXIF Rational and SRational conversion.Olivier Tilloy2009-03-091-0/+27
|
* Conversion of a string to a Rational.Olivier Tilloy2009-03-061-20/+22
|
* Reworked the Rational class.Olivier Tilloy2009-03-061-14/+18
|
* EXIF Undefined conversion.Olivier Tilloy2009-03-021-6/+14
|
* Do not use private attributes where not needed.Olivier Tilloy2009-03-021-3/+3
|
* EXIF Ascii (including datetimes) two-ways conversion.Olivier Tilloy2009-03-011-2/+39
|
* EXIF Long and SLong two-ways conversions.Olivier Tilloy2009-02-261-1/+19
| | | Fixed some meaningless unit tests for integer conversions.
* EXIF Short and Short to string conversion.Olivier Tilloy2009-02-251-11/+78
|
* IPTC Undefined to string conversion.Olivier Tilloy2009-02-251-1/+5
|
* IPTC Time to string conversion.Olivier Tilloy2009-02-251-0/+11
|
* IPTC Date to string conversion.Olivier Tilloy2009-02-251-0/+7
|
* IPTC String to string conversion.Olivier Tilloy2009-02-251-0/+11
|
* IPTC Short to string conversion.Olivier Tilloy2009-02-241-0/+25
|
* IPTC Undefined conversion.Olivier Tilloy2009-02-241-16/+3
|
* IPTC Time conversion.Olivier Tilloy2009-02-241-0/+25
|
* IPTC Date conversion.Olivier Tilloy2009-02-241-0/+12
|
* IPTC String conversion.Olivier Tilloy2009-02-241-0/+6
|
* IPTC Short conversion.Olivier Tilloy2009-02-241-16/+56
|
* 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-061-1/+9
|
* XMP URI and URL to string conversion + unit tests.Olivier Tilloy2009-02-061-1/+1
|
* XMP ProperName to string conversion + unit tests.Olivier Tilloy2009-02-061-1/+3
|
* XMP LangAlt to string conversion + unit tests.Olivier Tilloy2009-02-061-1/+35
|
* XMP Date to string conversion + unit tests.Olivier Tilloy2009-02-051-2/+24
|
* XMP MIMEType to string conversion + unit tests.Olivier Tilloy2009-02-041-0/+9
|
* XMP Integer to string conversion + unit tests.Olivier Tilloy2009-02-041-1/+7
|
* Fixed an invalid Date conversion.Olivier Tilloy2009-02-041-1/+4
|
* XMP Text to string conversion + unit tests.Olivier Tilloy2009-01-281-8/+22
|
* Removed an unnecessary comment.Olivier Tilloy2009-01-281-1/+0
| | | The datetime conversion will fail with a ValueError transformed in an XmpValueError if the values are not in the allowed ranges.
* Raise exceptions when failing to convert to a python type.Olivier Tilloy2009-01-281-25/+50
| | | This should be handled client-side.
* XMP Boolean to string conversion + unit tests.Olivier Tilloy2009-01-271-0/+15
|
* XmpTag: value conversion at init.Olivier Tilloy2009-01-271-1/+1
|
* XMP bag conversion + unit tests.Olivier Tilloy2009-01-271-3/+8
|
* XMP ProperName conversion + unit tests.Olivier Tilloy2009-01-271-4/+1
|
* XMP URL and URI conversion + unit tests.Olivier Tilloy2009-01-261-5/+4
|