django-imagekit/tests
Matthew Tretter 788365d6db Replaces quality argument with options dict
The `options` argument for `ImageSpec` and `ProcessedImageField`
replaces `quality` and provides a more general solution, allowing the
user access to PIL's format-specific options (including "quality",
"progressive", and "optimize" for JPEGs).
2011-11-16 10:00:35 -05:00
..
core Replaces quality argument with options dict 2011-11-16 10:00:35 -05:00
__init__.py Creating a "core" test module. 2011-09-09 17:51:22 -07:00
run_tests.sh Adding a test runner script a la #daniellindsleyrocksdahouse. 2011-09-09 17:53:00 -07:00
settings.py Tests now run again. 2011-10-31 23:23:50 +09:00