django-imagekit/imagekit
Eric Eldredge 67477a6e15 Adds explicit import of resize module to processors
This way users can write 'from imagekit.processors import *' and also use the
resize processors like so: 'resize.Crop(50, 50)'
2011-09-26 16:45:45 -04:00
..
management Documentation! 2011-09-25 21:04:11 -04:00
processors Adds explicit import of resize module to processors 2011-09-26 16:45:45 -04:00
templates/imagekit/admin Added AdminThumbnailView field. 2011-09-20 19:37:04 -04:00
__init__.py More docs edits. 2011-09-26 11:36:08 -04:00
lib.py Cleaned up trailing whitespace 2009-12-19 11:01:54 -05:00
models.py Documentation! 2011-09-25 21:04:11 -04:00
tests.py adding test for new api 2011-09-26 16:38:55 -04:00
utils.py Transpose processor now supports auto EXIF orientation. 2011-09-24 23:09:49 -04:00