django-imagekit/imagekit
Matthew Tretter 7e20b75ced Processors don't care about format.
The process of choosing an image format has been cleaned up and
Processors' role in determining the format has been removed.

Previously, processors would return a tuple containing the modified
image and the format. Other parts of IK overrode PIL's Image.format
with the target format, although that had no effect on PIL and the fact
that it didn't throw an error was just lucky.
2011-09-23 20:18:51 -04:00
..
management Rename ImageSpecFile properties 2011-09-22 18:13:32 -04:00
templates/imagekit/admin Added AdminThumbnailView field. 2011-09-20 19:37:04 -04:00
__init__.py Bumping the verison numbers. 2011-04-01 11:56:44 -07:00
lib.py Cleaned up trailing whitespace 2009-12-19 11:01:54 -05:00
models.py Processors don't care about format. 2011-09-23 20:18:51 -04:00
processors.py Processors don't care about format. 2011-09-23 20:18:51 -04:00
tests.py Rename fields module to models. 2011-09-23 18:06:28 -04:00
utils.py Rename fields module to models. 2011-09-23 18:06:28 -04:00