aboutsummaryrefslogtreecommitdiffstats
path: root/test/exif.py
Commit message (Expand)AuthorAgeFilesLines
* Fix a unit test so that the test suite can be run from anywhere.Olivier Tilloy2011-08-221-4/+5
|\
| * Fix the new unit test so that the test suite can be run from anywhere.Olivier Tilloy2011-08-221-4/+5
* | Correctly extract the type of an EXIF tag when read from an image.Olivier Tilloy2011-08-221-0/+28
|\|
| * Check the integrity of the image before performing the actual test.Olivier Tilloy2011-08-201-0/+5
| * Added a unit test to verify that the type of an EXIF makernote tag is correct...Olivier Tilloy2011-08-201-1/+24
* | Use getattr, setattr and delattr where possible, instead of calling the under...Olivier Tilloy2011-08-201-2/+2
|/
* Fixed a unit test.Olivier Tilloy2011-08-041-1/+1
* Added some (failing) unit tests for date conversion for dates prior to year 1...Olivier Tilloy2011-08-041-0/+6
* Handle fractions in a transparent manner,Olivier Tilloy2010-12-261-13/+8
* Starting from 0.20, exiv2 converts unicode comments to UTF-8.Olivier Tilloy2010-12-161-3/+3
* Additional unit tests for generic conversion of Comments.Olivier Tilloy2010-12-141-0/+10
* Conditional unit test for Fraction objects in EXIF tags.Olivier Tilloy2010-11-301-1/+6
* 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