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

Add way to specify thumbnail format #574

Open autoantwort opened 3 weeks ago

autoantwort commented 3 weeks ago

Fixes #573

vstoykov commented 2 weeks ago

Thank you @autoantwort for your contribution. Can I ask you to add a simple test that is using the new format argument of the Thumbnail and verifying that it is actually being used?

autoantwort commented 6 days ago

I also tried to add a test for the IMAGEKIT_DEFAULT_THUMBNAIL_FORMAT setting, but the setting is loaded while loading the module, which is only done once while the python process runs. I also tried importlib.reload, but with no success.