mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-17 19:51:11 +00:00
Replaced calls to Image.open with an open_image utility function. The open_image utility calls Image.open, but then wraps the opened Image's copy method with a version that preserves EXIF data. This allows an ImageSpec to copy the original image, yet still provide all the original image's exif data to the processor pipeline. |
||
|---|---|---|
| .. | ||
| management | ||
| templates/imagekit/admin | ||
| __init__.py | ||
| lib.py | ||
| models.py | ||
| processors.py | ||
| tests.py | ||
| utils.py | ||