django-imagekit icon indicating copy to clipboard operation
django-imagekit copied to clipboard

Automated image processing for Django. Currently v4.0

Results 116 django-imagekit issues
Sort by recently updated
recently updated
newest added

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...

feature-request

``` {% 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)....

feature-request

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...

feature-request

Please show, don't tell

contributor-friendly

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...