![Very Happy :D](./images/smilies/icon_biggrin.gif)
I have a bunch of file, sizes ~ 1000px X 1000px.
Then I did a resize to smaller files "convert original.jpg -resize 80 smaller.jpg"
Now I have ~ 80px X 80px images with ~ 34kb. This is too big.
I know that I can use "quality 70" for example.
Now the question: is there a way for choosing the quality saying that the file has to be 20kb maximum for example?
Thanks