mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-29 01:04:42 +00:00
IK relies on PIL's EXTENSION list to map formats to extensions. However, this list normally isn't populated until an image is loaded. This change forces the population of the list before examining it. |
||
|---|---|---|
| .. | ||
| management | ||
| processors | ||
| templates/imagekit/admin | ||
| __init__.py | ||
| admin.py | ||
| lib.py | ||
| models.py | ||
| utils.py | ||