django-imagekit/imagekit
Matthew Tretter a71b3ca337 Removed Format processor
The Format processor was really a special case and didn't do any
processing at all. Instead, ImageSpec just knew to look for it and
responded accordingly. Therefore, it's been replaced with a `format`
property on ImageSpec. This warranted a deeper look at how the format
and extension were being deduced (when not explicitly provided); the
results are documented in-code, though the goal was "no surprises."
2011-09-20 21:34:00 -04:00
..
management Flush newer records first. Also, spacing. 2011-02-10 19:00:35 -08: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
fields.py Added AdminThumbnailView field. 2011-09-20 19:37:04 -04:00
lib.py Cleaned up trailing whitespace 2009-12-19 11:01:54 -05:00
models.py No need for this. 2011-09-20 21:03:34 -04:00
options.py Added AdminThumbnailView field. 2011-09-20 19:37:04 -04:00
processors.py Removed Format processor 2011-09-20 21:34:00 -04:00
specs.py Removed Format processor 2011-09-20 21:34:00 -04:00
tests.py Cleaned up trailing whitespace 2009-12-19 11:01:54 -05:00
utils.py Fixes: CMYK files from Photoshop fails to load with exception -2 2011-06-17 13:13:20 -07:00