django-imagekit/imagekit/processors
Matthew Tretter 1ffc8ca81e Remove duplicate resize.Crop
`resize.Crop` actually hasn't been moved to `crop.Crop` (as the removed
class claimed). In fact, what used to be called `resize.Crop` is now
`resize.Fill`. The confusion is understandable, since it's what
motivated the change in the first place!
2012-02-11 14:11:07 -05:00
..
__init__.py Rename ImageSpec to ImageSpecField 2012-02-11 13:06:48 -05:00
crop.py write the processors talked about in issue #93 2012-02-11 13:50:12 -05:00
resize.py Remove duplicate resize.Crop 2012-02-11 14:11:07 -05:00
utils.py Move SmartCrop to crop module 2012-02-10 19:42:36 -05:00