matthewwithanm / django-imagekit

Automated image processing for Django. Currently v4.0
http://django-imagekit.rtfd.org/
BSD 3-Clause "New" or "Revised" License
2.24k stars 276 forks source link

Feature Request: Make it possible to specify the format for the thumbnail template tag #573

Open autoantwort opened 3 weeks ago

autoantwort commented 3 weeks ago

I want that all my thumbnails use WEBP. Currently I have to create a lot of own generators. It would be nice if the thumbnail template tag would accept a format param or/and that I can specify a default format (I always want WEBP).