Changes between Version 6 and Version 7 of ThumbNails


Ignore:
Timestamp:
Jan 7, 2008, 2:25:39 PM (17 years ago)
Author:
simon
Comment:

added http://code.google.com/p/sorl-thumbnail/

Legend:

Unmodified
Added
Removed
Modified
  • ThumbNails

    v6 v7  
    88
    99== 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]
    1213 * Here's a more simple filter from Django snippets - [http://www.djangosnippets.org/snippets/192/ Simple filter]
    1314 * 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.
Back to Top