django-easy-thumbnail


Simple application for creating thumbnails with no stress

The application creates thumbnails in a few seconds by using:

  • A template tag
  • A customized view

Example:

```

or

```

Every image is cached for the specific size, in order to speed up the system. Please verify the helpers.py file for customizing:

  • The default size (THUMBNAIL_DEFAULT_SIZE)
  • The working directory path for cache files (THUMBNAIL_DIRECTORY)
  • The default "no_image" path/filename (THUMBNAIL_DEFAULT_IMAGE)

Requirements

  • Django 1.1.1
  • PIL Image Library

To Do List

  • Time limit for cache
  • Inserting the default image file

Project Information