jonasundderwolf / django-image-cropping

Django helper application to easily and non-destructively crop arbitrarily large images in admin and frontend.
Other
553 stars 130 forks source link

Convert output images to a specific format #94

Closed ojwoodford closed 8 years ago

ojwoodford commented 8 years ago

Can this toolbox have the option to convert the cropped images to a particular file format? For example, if the original image is a .png, can we ensure the the cropped image has format .jpg?

anrie commented 8 years ago

You should check easy_thumbnails settings concerning output formats and file extensions.

This will probably do the trick: http://easy-thumbnails.readthedocs.io/en/2.1/ref/settings/#easy_thumbnails.conf.Settings.THUMBNAIL_PRESERVE_EXTENSIONS