Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unlike IPTC tags, XMP tags are not repeatable. | Olivier Tilloy | 2009-04-21 | 1 | -4/+4 |
| | |||||
* | Custom values get/set/del for IPTC tags. | Olivier Tilloy | 2009-04-09 | 1 | -8/+42 |
| | |||||
* | More non implemented unit tests for completeness. | Olivier Tilloy | 2009-04-08 | 2 | -0/+33 |
| | |||||
* | Delete an IPTC tag. | Olivier Tilloy | 2009-04-08 | 1 | -6/+27 |
| | |||||
* | Private setter for IPTC tag values already in cache. | Olivier Tilloy | 2009-04-07 | 1 | -9/+26 |
| | |||||
* | Prepared unit tests methods for implementation completeness. | Olivier Tilloy | 2009-04-06 | 1 | -0/+92 |
| | |||||
* | Private value setter for IPTC tags. | Olivier Tilloy | 2009-04-06 | 1 | -4/+67 |
| | |||||
* | Dictionary-like getter for tags. | Olivier Tilloy | 2009-03-30 | 1 | -5/+5 |
| | |||||
* | Delete an EXIF tag. | Olivier Tilloy | 2009-03-26 | 2 | -2/+59 |
| | |||||
* | Setting an EXIF tag's value forwards it to the containing metadata if any. | Olivier Tilloy | 2009-03-26 | 2 | -2/+32 |
| | |||||
* | Private setters for EXIF tags. | Olivier Tilloy | 2009-03-24 | 2 | -2/+92 |
| | |||||
* | Generic getter for all tags. | Olivier Tilloy | 2009-03-19 | 1 | -3/+24 |
| | |||||
* | Getters for IPTC and XMP tags + unit tests. | Olivier Tilloy | 2009-03-19 | 1 | -1/+84 |
| | |||||
* | First version of an ImageMetadata class, meant to replace the Image class. | Olivier Tilloy | 2009-03-12 | 2 | -0/+112 |
| | |||||
* | EXIF Byte two-ways conversion. | Olivier Tilloy | 2009-03-09 | 1 | -0/+13 |
| | |||||
* | EXIF Undefined to string conversion. | Olivier Tilloy | 2009-03-09 | 1 | -0/+8 |
| | |||||
* | EXIF Rational and SRational conversion. | Olivier Tilloy | 2009-03-09 | 2 | -1/+41 |
| | |||||
* | Conversion of a string to a Rational. | Olivier Tilloy | 2009-03-06 | 1 | -0/+8 |
| | |||||
* | Reworked the Rational class. | Olivier Tilloy | 2009-03-06 | 2 | -32/+16 |
| | |||||
* | EXIF Undefined conversion. | Olivier Tilloy | 2009-03-02 | 1 | -26/+36 |
| | |||||
* | EXIF Ascii (including datetimes) two-ways conversion. | Olivier Tilloy | 2009-03-01 | 1 | -0/+36 |
| | |||||
* | EXIF Long and SLong two-ways conversions. | Olivier Tilloy | 2009-02-26 | 3 | -8/+47 |
| | | | Fixed some meaningless unit tests for integer conversions. | ||||
* | EXIF unit tests. | Olivier Tilloy | 2009-02-26 | 1 | -0/+53 |
| | |||||
* | EXIF Short and Short to string conversion. | Olivier Tilloy | 2009-02-25 | 1 | -2/+4 |
| | |||||
* | IPTC Undefined to string conversion. | Olivier Tilloy | 2009-02-25 | 1 | -0/+10 |
| | |||||
* | IPTC Time to string conversion. | Olivier Tilloy | 2009-02-25 | 1 | -0/+26 |
| | |||||
* | IPTC Date to string conversion. | Olivier Tilloy | 2009-02-25 | 1 | -0/+15 |
| | |||||
* | 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/+10 |
| | |||||
* | IPTC Undefined conversion. | Olivier Tilloy | 2009-02-24 | 1 | -1/+7 |
| | |||||
* | IPTC Time conversion. | Olivier Tilloy | 2009-02-24 | 1 | -1/+18 |
| | |||||
* | IPTC Date conversion. | Olivier Tilloy | 2009-02-24 | 1 | -0/+14 |
| | |||||
* | IPTC String conversion. | Olivier Tilloy | 2009-02-24 | 1 | -0/+9 |
| | |||||
* | IPTC Short conversion. | Olivier Tilloy | 2009-02-24 | 3 | -0/+48 |
| | |||||
* | XMP bag to string conversion + unit tests. | Olivier Tilloy | 2009-02-06 | 1 | -1/+15 |
| | |||||
* | XMP URI and URL to string conversion + unit tests. | Olivier Tilloy | 2009-02-06 | 1 | -6/+24 |
| | |||||
* | XMP ProperName to string conversion + unit tests. | Olivier Tilloy | 2009-02-06 | 1 | -0/+18 |
| | |||||
* | XMP LangAlt to string conversion + unit tests. | Olivier Tilloy | 2009-02-06 | 1 | -4/+22 |
| | |||||
* | XMP Date to string conversion + unit tests. | Olivier Tilloy | 2009-02-05 | 1 | -0/+28 |
| | |||||
* | 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 | -0/+10 |
| | |||||
* | Fixed an invalid Date conversion. | Olivier Tilloy | 2009-02-04 | 1 | -2/+0 |
| | |||||
* | XMP Text to string conversion + unit tests. | Olivier Tilloy | 2009-01-28 | 1 | -1/+10 |
| | |||||
* | Added some unit tests to the XMP date conversion. | Olivier Tilloy | 2009-01-28 | 1 | -0/+5 |
| | |||||
* | Raise exceptions when failing to convert to a python type. | Olivier Tilloy | 2009-01-28 | 1 | -19/+15 |
| | | | This should be handled client-side. | ||||
* | XMP Boolean to string conversion + unit tests. | Olivier Tilloy | 2009-01-27 | 1 | -0/+8 |
| | |||||
* | XMP bag conversion + unit tests. | Olivier Tilloy | 2009-01-27 | 1 | -0/+8 |
| | |||||
* | XMP ProperName conversion + unit tests. | Olivier Tilloy | 2009-01-27 | 1 | -3/+7 |
| | |||||
* | XMP URL and URI conversion + unit tests. | Olivier Tilloy | 2009-01-26 | 1 | -1/+18 |
| | |||||
* | XMP Text conversion + unit tests. | Olivier Tilloy | 2009-01-26 | 1 | -1/+13 |
| |