django-imagekit/imagekit
Eric Eldredge f570bd0d7f Transpose processor now supports auto EXIF orientation.
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.
2011-09-24 23:09:49 -04:00
..
management Rename ImageSpecFile properties 2011-09-22 18:13:32 -04: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
lib.py Cleaned up trailing whitespace 2009-12-19 11:01:54 -05:00
models.py Transpose processor now supports auto EXIF orientation. 2011-09-24 23:09:49 -04:00
processors.py Transpose processor now supports auto EXIF orientation. 2011-09-24 23:09:49 -04:00
tests.py Rename fields module to models. 2011-09-23 18:06:28 -04:00
utils.py Transpose processor now supports auto EXIF orientation. 2011-09-24 23:09:49 -04:00