Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Private value setter for IPTC tags. | Olivier Tilloy | 2009-04-06 | 4 | -48/+83 |
| | |||||
* | Dictionary-like getter for tags. | Olivier Tilloy | 2009-03-30 | 1 | -1/+1 |
| | |||||
* | Delete an EXIF tag. | Olivier Tilloy | 2009-03-26 | 4 | -12/+19 |
| | |||||
* | Setting an EXIF tag's value forwards it to the containing metadata if any. | Olivier Tilloy | 2009-03-26 | 1 | -4/+23 |
| | |||||
* | Private setters for EXIF tags. | Olivier Tilloy | 2009-03-24 | 4 | -28/+45 |
| | |||||
* | Expose writeMetadata in the C++ wrapper. | Olivier Tilloy | 2009-03-19 | 3 | -4/+4 |
| | |||||
* | Generic getter for all tags. | Olivier Tilloy | 2009-03-19 | 2 | -0/+12 |
| | |||||
* | Removed unused code. | Olivier Tilloy | 2009-03-19 | 3 | -37/+6 |
| | | | Updated the todo list. | ||||
* | Getters for IPTC and XMP tags + unit tests. | Olivier Tilloy | 2009-03-19 | 1 | -0/+16 |
| | |||||
* | Handle multiple values for EXIF tags (e.g. Exif.GPSInfo.GPSLatitude is ↵ | Olivier Tilloy | 2009-03-18 | 1 | -0/+6 |
| | | | | expressed as three Rationals). | ||||
* | First version of an ImageMetadata class, meant to replace the Image class. | Olivier Tilloy | 2009-03-12 | 2 | -3/+63 |
| | |||||
* | Removed some unused code. | Olivier Tilloy | 2009-03-09 | 1 | -134/+2 |
| | |||||
* | EXIF Byte two-ways conversion. | Olivier Tilloy | 2009-03-09 | 1 | -4/+14 |
| | |||||
* | EXIF Undefined to string conversion. | Olivier Tilloy | 2009-03-09 | 1 | -2/+9 |
| | |||||
* | EXIF Rational and SRational conversion. | Olivier Tilloy | 2009-03-09 | 1 | -0/+27 |
| | |||||
* | Conversion of a string to a Rational. | Olivier Tilloy | 2009-03-06 | 1 | -20/+22 |
| | |||||
* | Reworked the Rational class. | Olivier Tilloy | 2009-03-06 | 1 | -14/+18 |
| | |||||
* | EXIF Undefined conversion. | Olivier Tilloy | 2009-03-02 | 1 | -6/+14 |
| | |||||
* | Do not use private attributes where not needed. | Olivier Tilloy | 2009-03-02 | 1 | -3/+3 |
| | |||||
* | EXIF Ascii (including datetimes) two-ways conversion. | Olivier Tilloy | 2009-03-01 | 1 | -2/+39 |
| | |||||
* | EXIF Long and SLong two-ways conversions. | Olivier Tilloy | 2009-02-26 | 1 | -1/+19 |
| | | | Fixed some meaningless unit tests for integer conversions. | ||||
* | EXIF Short and Short to string conversion. | Olivier Tilloy | 2009-02-25 | 1 | -11/+78 |
| | |||||
* | IPTC Undefined to string conversion. | Olivier Tilloy | 2009-02-25 | 1 | -1/+5 |
| | |||||
* | IPTC Time to string conversion. | Olivier Tilloy | 2009-02-25 | 1 | -0/+11 |
| | |||||
* | IPTC Date to string conversion. | Olivier Tilloy | 2009-02-25 | 1 | -0/+7 |
| | |||||
* | IPTC String to string conversion. | Olivier Tilloy | 2009-02-25 | 1 | -0/+11 |
| | |||||
* | 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 |
| | | | 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 Tilloy | 2009-01-28 | 1 | -25/+50 |
| | | | This should be handled client-side. | ||||
* | 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 |
| |