Changes between Version 6 and Version 7 of ThumbNails
- Timestamp:
- Jan 7, 2008, 2:25:39 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ThumbNails
v6 v7 8 8 9 9 == Current Implementations == 10 11 * Nesh's thumbnail is probably the most robust - [http://code.google.com/p/django-utils/wiki/Thumbnail Nesh's Thumbnail] 10 11 * [http://code.google.com/p/sorl-thumbnail/ sorl-thumbnail] is excellent. 12 * [http://code.google.com/p/django-utils/wiki/Thumbnail Nesh's Thumbnail] 12 13 * Here's a more simple filter from Django snippets - [http://www.djangosnippets.org/snippets/192/ Simple filter] 13 14 * In Ticket #4115 you will find a patch with a contrib.thumbnails package - good documented; read the Google Discussion mentioned above for some thoughts about the implementation.