django-imagekit/imagekit/processors
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
..
__init__.py Adds explicit import of resize module to processors 2011-09-26 16:45:45 -04:00
resize.py Moved Crop and Fit to resize module. 2011-09-26 14:40:48 -04:00