aboutsummaryrefslogtreecommitdiffstats
path: root/unittest/exif.py
Commit message (Expand)AuthorAgeFilesLines
* Correctly handle decoding/encoding Exif.GPSInfo.GPSDateStamp.Olivier Tilloy2009-08-041-0/+15
* Make ExifTag._convert_to_string an instance method.Olivier Tilloy2009-08-041-42/+70
* Make ExifTag._convert_to_python an instance method.Olivier Tilloy2009-07-311-52/+85
* Delete an EXIF tag.Olivier Tilloy2009-03-261-0/+24
* Setting an EXIF tag's value forwards it to the containing metadata if any.Olivier Tilloy2009-03-261-0/+26
* Private setters for EXIF tags.Olivier Tilloy2009-03-241-2/+2
* EXIF Byte two-ways conversion.Olivier Tilloy2009-03-091-0/+13
* EXIF Undefined to string conversion.Olivier Tilloy2009-03-091-0/+8
* EXIF Rational and SRational conversion.Olivier Tilloy2009-03-091-1/+37
* EXIF Undefined conversion.Olivier Tilloy2009-03-021-26/+36
* EXIF Ascii (including datetimes) two-ways conversion.Olivier Tilloy2009-03-011-0/+36
* EXIF Long and SLong two-ways conversions.Olivier Tilloy2009-02-261-4/+45
* EXIF unit tests.Olivier Tilloy2009-02-261-0/+53