About ImageKit Image Generation
The django-imagekit
package allows flexible image version creation in templates or APIs. Here's how to create a thumbnail version of an image in an ImageField
:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|
The Thumbnail100x100
generator class can be defined as follows:
1 2 3 4 5 6 7 8 9 |
|
Tips and Tricks Programming Development Django 4.2 Django 3.2 Django 2.2 Pillow django-imagekit
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django GDPR Cookie Consent app
For Django websites that use cookies.