aboutsummaryrefslogtreecommitdiffstats
path: root/test/exif.py
Commit message (Expand)AuthorAgeFilesLines
* Throw an exception instead of silently failing when unable to parse the raw v...Olivier Tilloy2010-11-171-0/+5
* Strip trailing white spaces in string_to_undefined(…).Olivier Tilloy2010-11-151-4/+4
* Attach the image's ExifData to a tag when it is assigned to an image.Olivier Tilloy2010-05-191-17/+1
* Support the EXIF Comment type.Olivier Tilloy2010-01-191-0/+16
* Do not convert automatically Undefined values to their human representation,Olivier Tilloy2010-01-171-3/+3
* Support the EXIF SShort type (handled similarly as Short).Olivier Tilloy2010-01-171-0/+25
* Support the EXIF SByte type (handled exactly the same way as Byte).Olivier Tilloy2010-01-151-0/+16
* Updated copyright headers for 2010.Olivier Tilloy2010-01-051-1/+1
* Fixed EXIF unit tests.Olivier Tilloy2009-12-151-99/+51
* Updated unit tests' imports.Olivier Tilloy2009-10-201-1/+4
* Fixed EXIF unit tests.Olivier Tilloy2009-10-071-0/+319