aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tools/exif.py
Commit message (Collapse)AuthorAgeFilesLines
* simplified get_usefulAndrás Veres-Szentkirályi2013-02-221-6/+1
|
* use dict.iteritems() instead of dict.items()András Veres-Szentkirályi2013-02-221-1/+1
|
* use list expression instead of 3-deep forAndrás Veres-Szentkirályi2013-02-221-7/+2
|
* simplified clean_exifAndrás Veres-Szentkirályi2013-02-221-6/+2
|
* close file properly and remove unneeded variableAndrás Veres-Szentkirályi2013-02-221-6/+2
|
* typofix in commentAndrás Veres-Szentkirályi2013-02-221-1/+1
|
* use key in dict instead of key in dict.keys()András Veres-Szentkirályi2013-02-221-1/+1
|
* Use system wide EXIF package, if available.Elrond2013-02-071-1/+5
| | | | | | Created and tested by Simon Fondrie-Teitler. Thanks!
* Update extlib/EXIFSebastian Spaeth2012-12-251-2/+1
| | | | | | | | | | | | 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 for issue #491, invert latitude when neccesary.warp2012-08-271-0/+3
|
* Decoding EXIF strings as UTF-8 with replace in the ifd_tag_to_dictJoar Wandborg2012-07-071-1/+14
| | | | method.
* Fixed EXIF longitude bugJoar Wandborg2012-06-231-3/+14
| | | | | - Negative or 'W' longitudes were not accounted for. - pyflakes fixes.
* fix for ticket #404Bassam2012-03-151-0/+7
|
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
|
* 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