aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tools/exif.py
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-2/+0
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-7/+7
* Fix EXIF rotation to make the image portrait on demandchrysn2017-11-291-4/+9
* Fix #5524 Zero division error in exif.pyAndrew Browning2017-09-201-8/+4
* #5314 Prevent ZeroDivisionError in exif.pyChristopher Allan Webber2015-04-271-3/+8
* Fix tests on Python 3.Berker Peksag2014-07-141-3/+4
* Use six.iteritems() in tools/exif.py.Berker Peksag2014-06-081-1/+1
* The file() builtin has been removed in Python 3. Use open() instead.Berker Peksag2014-06-071-1/+1
* Use six.iteritems() instead of dict.iteritems().Berker Peksag2014-05-261-2/+4
* No more EXIF, for real. Use exifread. This should fix recent import EXIF fa...Christopher Allan Webber2014-04-061-4/+1
* make exif a submoduleAlon Levy2014-03-021-4/+5
* Changes to display all EXIF informationGabriel Saldana2013-05-201-1/+1
* Switching non-forms back to using normal pass_to_ugettextChristopher Allan Webber2013-04-241-1/+1
* Fix-bug-667-Use-lazy_pass_to_ugettext-for-forms.Aditi Mittal2013-04-241-1/+1
* A more realistic "con" explaination in the docstring of exif_fix_image_orient...Christopher Allan Webber2013-03-151-1/+4
* 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
* Update extlib/EXIFSebastian Spaeth2012-12-251-2/+1
* 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
* Fixed EXIF longitude bugJoar Wandborg2012-06-231-3/+14
* 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
* EXIF fixesJoar Wandborg2012-01-251-0/+168