- [Feature] #145 Python 3 support
- [Feature] #165 Django 1.5-1.6 support
- [Feature] Cropbox option
- [Feature] Rounded corners
- [Fix] #73 Multipage PDFs and animated GIF support (imagemagick)
- [Fix] #78 Bad resize when upscale is off and image is small
- [Fix] Multiple docs fixes
- [Fix] #82
ValueErrorerrors in orientation (imagemagick) - [Fix] #83
open()calls on windows (imagemagick) - [Feature] #89
THUMBNAIL_URL_TIMEOUTsetting for retrieving an image with a URL - [Fix] #92 Improved interaction with S3 storage engine
- [Fix] #94 Display thumbnail if it exists, even if
THUMBNAIL_DUMMYisTrue - [Feature] #97 New style tag
<img src="{% thumbnail obj.image "200x150" crop="center" %}"/> - [Fix] #98 #137 #113 Exif errors (PIL)
- [Fix] #129 #214 Support for very large images (PIL)
- [Feature] Blur support for (PIL) engine
- [Fix] #39
get_thumbnaildoesn't respectTHUMBNAIL_DUMMYsetting - [Fix] Thumbnail error occurring when file is blank (40fe1b0)
- [Feature]
background_marginfilter - [Feature] #135 Ability to preserve file format
- [Fix] #148 Error in thumbnail clear command, when storage is empty
- [Fix] #139 Proper UrlStorage url to prevent HTTP Error 505
- [Feature] #159 Wand engine
- [Fix] #162 Sporadic IntegrityError when calling get_thumbnail
- [Fix] #116 KeyError when Image file raw data is not a valid image
- [Feature] #178 Improved error logging in templates
- [Feature] #176 Custom CACHE storage
- [Fix] #186 Better expetion handling for
AdminImageWidget - [Feature] #191 Added text filters
markdown_thumbnailsandhtml_thumbnails - [Fix] #192 Fixes photo desaturation issue (PIL)
- [Feature] #187 Padding around the thumbnail
- [Feature] #201 Flatten images (imagemagick)
- [Fix] #203 Remove check if file exists from the templatetag code
- [Fix] #213 Fixed descriptor leak (imagemagick)
- [Fix] #216 #217 Fixed OSError handling (PIL)