Changes between Version 18 and Version 19 of ThumbNails
- Timestamp:
- Jan 31, 2011, 9:43:32 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ThumbNails
v18 v19 12 12 * [http://bitbucket.org/aino/aino-convert/src/ aino-convert] a versatile solution for the fastidious. 13 13 * [http://code.google.com/p/django-utils/wiki/Thumbnail Nesh's Thumbnail] 14 * [https://bitbucket.org/jdriscoll/django-imagekit/wiki/Home image-kit] a django-ish way of resizing images, with image models 14 15 * Here's a more simple filter from Django snippets - [http://www.djangosnippets.org/snippets/955/ Simple filter] 15 16 * 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.