django-imagekit
django-imagekit copied to clipboard
Automated image processing for Django. Currently v4.0
Add support for a pluggable backends system for image manipulations so that other image libraries other than PIL (like ImageMagick) could be used to manipulate images. Also, I'd like a...
``` {% generateimage 'ik:placeholder' width=50 height=100 %} ``` We should also add a setting that points to an iterable that returns source files (which will be chosen from at random)....
I have multilanguage app, and I need to use multiple images in different languages, I am using `django-parler` for that, but `django-imagekit` is generating images. **models.py** ```python class Slider(models.Model): translations...
My main motivation was this example from the readme: https://github.com/matthewwithanm/django-imagekit?tab=readme-ov-file#admin (_To use specs defined outside of models:_) If you use this example code and click on the thumbnail image in...
The linked http://django-imagekit.rtfd.org/ seems out of date, the only available version tag there is `1.1.0` for example, you can see a lot of config options are also missing https://django-imagekit.readthedocs.io/en/develop/configuration.html vs...