EXIF extraction, geolocation map, image rotation
authorJoar Wandborg <git@wandborg.com>
Tue, 10 Jan 2012 01:59:07 +0000 (02:59 +0100)
committerJoar Wandborg <git@wandborg.com>
Wed, 25 Jan 2012 22:43:58 +0000 (23:43 +0100)
commite8e444a85e2b16583587ff5a074f0ab1ffbaca85
tree8cbe69990cd42d357df74e1d1e151b719eab883e
parent836df45dbecbaa5c8156dbbdb93c1c23bee44be4
EXIF extraction, geolocation map, image rotation

- Images are now rotated based on EXIF image orientation
  (in case the image isn't flipped on X or Y axis or
  correctly oriented, then we do nothing)
- *Always* create a medium.jpg in image.processing, for
  the sake of rotation of display image
- Extract EXIF and GPS tags from images and insert them
  into media_data
- Geolocation map display added to media.html
- EXIF display added, then removed. It is not in this
  revision, although some of it is (the "EXIF" h4
  header). Need to make it presentable, filtering out
  purely robotical tags, perhaps.
mediagoblin/media_types/image/processing.py
mediagoblin/templates/mediagoblin/user_pages/media.html