Apps for thumbnail creation
Package | django-imagekit | sorl-thumbnail | easy-thumbnails | django-versatileimagefield | django-stdimage | django-thumbnails | django-lazy-srcset | django-thumbs |
---|
Package | django-imagekit | sorl-thumbnail | easy-thumbnails | django-versatileimagefield | django-stdimage | django-thumbnails | django-lazy-srcset | django-thumbs |
---|---|---|---|---|---|---|---|---|
Description |
Automated image processing for Django. Currently v4.0 |
Thumbnails for Django | Easy thumbnails for Django |
A drop-in replacement for django's ImageField that provides a flexible, intuitive and easily-extensible interface for quickly creating new images fro... |
Django Standardized Image Field |
Lazy srcset and image generation for Django. Minimum effort required. No database required. |
||
Category | App | App | App | App | App | App | App | Other |
# Using This |
54
![]() |
112
![]() |
70
![]() |
9
![]() |
7
![]() |
1
![]() |
1
![]() |
2
![]() |
Python 3? | ||||||||
Development Status | Production/Stable | Production/Stable | Production/Stable | Production/Stable | Inactive | Beta | Beta | n/a |
Last updated | May 20, 2025, 6:01 a.m. | March 31, 2025, 5:43 a.m. | Jan. 30, 2025, 4:13 a.m. | Jan. 21, 2024, 11:17 a.m. | March 26, 2024, 4:29 a.m. | July 24, 2024, 4:57 a.m. | Dec. 11, 2024, 7:34 a.m. | |
Version | 5.0.0 | 12.11.0 | 2.10 | 3.1 | 6.0.2 | 0.8.0 | 1.0.5 | n/a |
Repo | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | Other |
Commits | ||||||||
Stars | 2,314 | 1,777 | 1,400 | 538 | 260 | 46 | 5 | 0 |
Repo Forks | 280 | 496 | 323 | 90 | 65 | 25 | 0 | 0 |
Participants |
matthewwithanm
bryanveloso vstoykov jdriscoll lettertwo cyberdelia dulacp mkai saulshanabrook Alexerson more... |
mariocesar
sorl relekang Flimm camilonova timgraham jezdez coagulant claudep dulmandakh more... |
SmileyChris
jrief PetrDlouhy benzkji timgraham dpnova Mogost camilonova samluescher treyhunner more... |
respondcreate
browniebroke camflan matthiask slurms jelko derenio Mortal tuky dmptrluke more... |
codingjoe
dependabot[bot] pyup-bot julzhk requires hcarvalhoalves 5p4k marojenka vchrisb jeromelebleu more... |
SeiryuZ
selwin jessicarasidi marsha97 yosephbernandus ui christianciu JobDoesburg nZac urm8 more... |
||
Documentation | n/a | n/a | ||||||
Clean cache | ||||||||
Set up a quality of image | ||||||||
Crop | ||||||||
Cache result | ||||||||
Auto resizing | ||||||||
Model Thumbnail Field | ||||||||
Multiple Image engine support | ||||||||
HTML/JS Crop widget | ||||||||
Autocrop | ||||||||
Access thumbnail from model | ||||||||
Django 1.7 | ||||||||
Area preservation | ||||||||
Optimized for remote storages | ||||||||
Bulk thumbnail creation | ||||||||
Supports both Python 2 & 3 | ||||||||
Django Rest Framework support | ||||||||
Django Rest Framework support | ||||||||
Has an integration with Django Rest Framework |
Feature | Description |
---|---|
Clean cache | Remove entries without images, images without entries, and other extraneous<br>data. |
Set up a quality of image | Is it possible to specify the quality? |
Crop | Can the application do crop? |
Cache result | Can the application cache the result? |
Auto resizing | Proportionally resize a image |
Model Thumbnail Field | Implementes a ImageField that automatically creates thumbnail and setup common<br>thumbnail configurations |
Multiple Image engine support | Pluggable Engine support. Image engines like Pillow, ImageMagick, Wand and<br>pgmagick |
HTML/JS Crop widget | Cropping uploaded images within the browser with a JS plugins |
Autocrop | Crop images by image analysis removing white borders and centering to the most<br>prominent object in the image |
Access thumbnail from model | Is it possible to access thumbnails directly from the model, without a template<br>tag?<br>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<br>preserved during cropping operations. |
Optimized for remote storages | Whether the package is optimized to work well with remote storages such as<br>Amazon S3. This generally means caching any necessary information about the<br>thumbnail so as to not require expensive operations like querying remote<br>storages for last modified times each time a thumbnail is rendered. |
Bulk thumbnail creation | The ability to create thumbnails for a whole list or queryset at once instead of<br>individually. |
Supports both Python 2 & 3 | Does the application support both Python 2 & 3? |
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 |
Has an integration with Django Rest Framework |
Search Weight | Package | Description | Last PyPI release | Stars | Forks | |||||
---|---|---|---|---|---|---|---|---|---|---|
{{ item.weight / max_weight * 100 | number:0 }}% | {{ item.title }} | Grid: {{ item.description }} | {{ item.last_released | date: 'mediumDate' }} | N/A | {{ item.score }} | N/A | {{ item.repo_watchers }} | N/A | {{ item.repo_forks }} | N/A |