Thumbnails

Apps for thumbnail creation

22 Packages
18 Features

Search & Filter

Automated image processing for Django. Currently v6.0

2,350
Stars
279
Forks
54
Usage
Py3
Status Production/Stable
Version 6.1.0
Updated 22 Feb 2026
License BSD
Commits
Features
Auto resizing
Crop
Cache result
Set up a quality of image
Optimized for remote storages
Multiple Image engine support
Model Thumbnail Field
HTML/JS Crop widget
Bulk thumbnail creation
Clean cache
Autocrop
Access thumbnail from model
Django 1.7
Area preservation
Supports both Python 2 & 3
Has an integration with Django Rest Framework
Django Rest Framework support
Django Rest Framework support

Thumbnails for Django

1,794
Stars
496
Forks
112
Usage
Py3
Status Production/Stable
Version 13.0.0
Updated 12 Feb 2026
License Custom
Commits
Features
Auto resizing
Crop
Cache result
Set up a quality of image
Optimized for remote storages
Multiple Image engine support
Model Thumbnail Field
HTML/JS Crop widget
Bulk thumbnail creation
Clean cache
Autocrop
Access thumbnail from model
Django 1.7
Area preservation
Supports both Python 2 & 3
Has an integration with Django Rest Framework
Django Rest Framework support
Django Rest Framework support

Easy thumbnails for Django

1,411
Stars
326
Forks
70
Usage
Py3
Status Production/Stable
Version 2.10.1
Updated 6 May 2026
License BSD License
Commits
Features
Auto resizing
Crop
Cache result
Set up a quality of image
Optimized for remote storages
Multiple Image engine support
Model Thumbnail Field
HTML/JS Crop widget
Bulk thumbnail creation
Clean cache
Autocrop
Access thumbnail from model
Django 1.7
Area preservation
Supports both Python 2 & 3
Has an integration with Django Rest Framework
Django Rest Framework support
Django Rest Framework support

Responsive cross-browser image library using modern codes like AVIF & WebP

279
Stars
24
Forks
1
Usage
Py3
Status Production/Stable
Version 1.7.4
Updated 28 Apr 2026
License BSD License
Commits
Features
Auto resizing
Crop
Cache result
Set up a quality of image
Optimized for remote storages
Multiple Image engine support
Model Thumbnail Field
HTML/JS Crop widget
Bulk thumbnail creation
Clean cache
Autocrop
Access thumbnail from model
Django 1.7
Area preservation
Supports both Python 2 & 3
Has an integration with Django Rest Framework
Django Rest Framework support
Django Rest Framework support

A drop-in replacement for django's ImageField that provides a flexible, intuitive and easily-extensible interface for quickly creating new images from the one assigned to the field.

540
Stars
92
Forks
9
Usage
Py3
Status Production/Stable
Version 3.1
Updated 21 Jan 2024
License Custom
Commits
Features
Auto resizing
Crop
Cache result
Set up a quality of image
Optimized for remote storages
Multiple Image engine support
Model Thumbnail Field
HTML/JS Crop widget
Bulk thumbnail creation
Clean cache
Autocrop
Access thumbnail from model
Django 1.7
Area preservation
Supports both Python 2 & 3
Has an integration with Django Rest Framework
Django Rest Framework support
Django Rest Framework support
48
Stars
26
Forks
1
Usage
Py3
Status Beta
Version 0.8.0
Updated 11 Nov 2025
License MIT
Commits
Features
Auto resizing
Crop
Cache result
Set up a quality of image
Optimized for remote storages
Multiple Image engine support
Model Thumbnail Field
HTML/JS Crop widget
Bulk thumbnail creation
Clean cache
Autocrop
Access thumbnail from model
Django 1.7
Area preservation
Supports both Python 2 & 3
Has an integration with Django Rest Framework
Django Rest Framework support
Django Rest Framework support

Lazy srcset and image generation for Django. Minimum effort required. No database required.

5
Stars
1
Forks
1
Usage
Py3
Status Beta
Version 1.0.5
Updated 11 Dec 2024
License MIT
Commits
Features
Auto resizing
Crop
Cache result
Set up a quality of image
Optimized for remote storages
Multiple Image engine support
Model Thumbnail Field
HTML/JS Crop widget
Bulk thumbnail creation
Clean cache
Autocrop
Access thumbnail from model
Django 1.7
Area preservation
Supports both Python 2 & 3
Has an integration with Django Rest Framework
Django Rest Framework support
Django Rest Framework support
0
Stars
0
Forks
2
Usage
Py3
License UNKNOWN
Commits
Features
Auto resizing
Crop
Cache result
Set up a quality of image
Optimized for remote storages
Multiple Image engine support
Model Thumbnail Field
HTML/JS Crop widget
Bulk thumbnail creation
Clean cache
Autocrop
Access thumbnail from model
Django 1.7
Area preservation
Supports both Python 2 & 3
Has an integration with Django Rest Framework
Django Rest Framework support
Django Rest Framework support

Showing 8 of 22 packages in this grid.

View All Packages

Features Being Compared

18 features

Auto resizing

Proportionally resize a image

Crop

Can the application do crop?

Cache result

Can the application cache the result?

Set up a quality of image

Is it possible to specify the quality?

Optimized for remote storages

Whether the package is optimized to work well with remote storages such as Amazon S3. This generally means caching any necessary information about the thumbnail so as to not require expensive operations like querying remote storages for last modified times each time a thumbnail is rendered.

Multiple Image engine support

Pluggable Engine support. Image engines like Pillow, ImageMagick, Wand and pgmagick

Model Thumbnail Field

Implementes a ImageField that automatically creates thumbnail and setup common thumbnail configurations

HTML/JS Crop widget

Cropping uploaded images within the browser with a JS plugins

Bulk thumbnail creation

The ability to create thumbnails for a whole list or queryset at once instead of individually.

Clean cache

Remove entries without images, images without entries, and other extraneous data.

Autocrop

Crop images by image analysis removing white borders and centering to the most prominent object in the image

Access thumbnail from model

Is it possible to access thumbnails directly from the model, without a template tag? For example: {{ object.myimage.thumbnail.url }}

Django 1.7

Whether the app supports Django 1.7, esp. in terms of migrations.

Area preservation

The ability to mark particular areas as "protected" so they are preferentially preserved during cropping operations.

Supports both Python 2 & 3

Does the application support both Python 2 & 3?

Has an integration with Django Rest Framework

Django Rest Framework support

Has an integration with Django Rest Framework support like custom serializers

Django Rest Framework support

Has an integration with Django Rest Framework support like custom serializers