aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tools/exif.py
Commit message (Collapse)AuthorAgeFilesLines
* Acts on feedback from ChrisJoar Wandborg2012-01-251-7/+4
| | | | | | | - Added EXIF tests - Removed pdb from image processing "ifmain" - Fixed comment typo in image processing - Removed unused import in tools.exif
* EXIF fixesJoar Wandborg2012-01-251-0/+168
- Moved exif functions from mediagoblin.media_types.image.processing to mediagoblin.tools.exif - Moved EXIF.py link from mediagoblin.media_types to mediagoblin.tools.extlib - Refractored and updated EXIF exctraction and presentation