django-imagekit/imagekit/processors
Matthew Tretter b4b64a4863 Avoid duplication of cropping code
`Fill` is just a resize followed by a crop, so we might as well make
use of the processors we already have.
2012-02-11 14:25:06 -05:00
..
__init__.py Rename ImageSpec to ImageSpecField 2012-02-11 13:06:48 -05:00
crop.py Remove print statement 2012-02-11 14:13:57 -05:00
resize.py Avoid duplication of cropping code 2012-02-11 14:25:06 -05:00
utils.py Move SmartCrop to crop module 2012-02-10 19:42:36 -05:00