django-avatar/avatar
Arne Holzenburg 341732a38c Transpose based on EXIF orientation
Transpose the original image before resizing based on EXIF orientation
information to display image in the correct orientation. If someone
uploads an image from an iPhone (for example) the image is currently
often rendered in the wrong orientation.
2017-07-11 14:42:55 +02:00
..
locale Italian translation 2017-05-27 09:53:19 -05:00
management Fix for django >= 1.10 2016-12-28 20:45:00 +01:00
media/avatar/img Moved default.jpg to reflect the community standard for media files 2010-02-22 18:19:08 -05:00
migrations Add verbose_names to Avatar model. 2016-09-16 10:55:13 +02:00
templates Move alt attribute to kwargs. 2017-05-27 09:50:47 -05:00
templatetags Move alt attribute to kwargs. 2017-05-27 09:50:47 -05:00
__init__.py Bump version to 4.0.0 2017-05-27 09:58:55 -05:00
admin.py Rename util -> utils, fix URL issue 2016-02-09 09:42:29 -06:00
conf.py Introduce avatar providers. 2016-09-14 12:44:22 +02:00
forms.py Use django-appconf for nicer settings handling. 2013-09-13 17:59:52 +02:00
models.py Transpose based on EXIF orientation 2017-07-11 14:42:55 +02:00
providers.py Introduce avatar providers. 2016-09-14 12:44:22 +02:00
signals.py Revamped tests and added Travis config. 2013-08-01 13:12:49 +02:00
urls.py Rename util -> utils, fix URL issue 2016-02-09 09:42:29 -06:00
utils.py Add test for kwargs in template tag. 2017-05-27 09:50:47 -05:00
views.py Smallest/Fastest/Easiest/Least Invasive way to get custom templates 2016-08-04 17:31:04 -04:00