mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-10 08:20:58 +00:00
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. |
||
|---|---|---|
| .. | ||
| management | ||
| templates/imagekit/admin | ||
| __init__.py | ||
| lib.py | ||
| models.py | ||
| processors.py | ||
| tests.py | ||
| utils.py | ||