aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_exif.py
Commit message (Collapse)AuthorAgeFilesLines
* Update extlib/EXIFSebastian Spaeth2012-12-251-15/+4
| | | | | | | | | | | | Bump bundled EXIF lib to 1.0.10 as release in Sep 2012. Also skip unused detailed EXIF tags for reading, we might turn that on when we need them. Adapt test to wording change in EXIF Flas field and due to the fact that we use "details=False" by default now (we did not use these anyway) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* Fix EXIF based image rotation testElrond2012-02-041-2/+13
| | | | | | | | The test checks for a pixel value after rotation (good idea!). But the value seems to be a bit different on some platforms, so use a list of seen values. Not the perfect solution, but it works.
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
|
* Acts on feedback from ChrisJoar Wandborg2012-01-251-0/+189
- Added EXIF tests - Removed pdb from image processing "ifmain" - Fixed comment typo in image processing - Removed unused import in tools.exif