SmileyChris / easy-thumbnails

Easy thumbnails for Django
http://easy-thumbnails.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
1.37k stars 312 forks source link

allow only quality setting for image optimization #552

Closed juancresc closed 2 years ago

juancresc commented 3 years ago

As the title says, I'd like an alias/option that allows me to just decrease the quality of the image as well as use optimize commands, but without changing its size.

Right now if I don't specify a size option, I cannot generate thumbnails.

this would be useful cause I'd be able to use this lib just for image optimization.