The Basics
An aim to create the perfect thumbnail creation utility for Django.
- Scaling, setting max width and max height
- Cropping of image to fit specified size
- Upscaling of image if it is too small
- Quality setting projectwise and/or per image
- Simple debugging
- Sharpening
- Add detail
- Grayscale
- Autocrop of white edges
- Get thumbnail as context variable
- Get dimensions and filesize
- Easy custom setting of prefix/path
- PDF and M$ Word Doc thumbnail support
Grab the Repository – svn checkout http://sorl-thumbnail.googlecode.com/svn/trunk/
Recent Commits
-
421 was committed 1 day, 17 hours ago.
Update the README to match the actual behaviour of the field and remove some cruft comments from the fields (refactored code)
-
420 was committed 1 day, 17 hours ago.
Update the ImageWithThumbnailsField to work with current trunk, and document it.
-
419 was committed 1 day, 19 hours ago.
Update the advanced usage docs to match recent changes to the usage format
-
418 was committed 2 days, 3 hours ago.
changed docs a bit
-
416 was committed 5 days, 4 hours ago.
No commit message supplied.
-
415 was committed 6 days, 16 hours ago.
No commit message supplied.
-
412 was committed 6 days, 17 hours ago.
No commit message supplied.
-
411 was committed 6 days, 17 hours ago.
forcing unicode (on ImageField) to work with r8244, File storage refactoring
-
410 was committed 3 months ago.
Remove a redundant logic statement from my last checkin
-
409 was committed 3 months ago.
Add the ability to use file-like objects for source/dest arguments of the Thumbnail class