9
3
I know that there is 'jpegoptim' to do so. But it not always downsize images as expected. For example if I execute
jpegoptim --max=50 *.jpg
on a 550KB image, the size will not really reduce. So I am wondering if there are some more efficient tools to do so.
Thanks