First install imagemagick.
sudo apt-get install imagemagick
Then cd to your folder with your jpg images and type the following:
mogrify -quality 75 *jpg
Image optimization quality is defined by the number after -quality. In this example 75%.
First install imagemagick.
sudo apt-get install imagemagick
Then cd to your folder with your jpg images and type the following:
mogrify -quality 75 *jpg
Image optimization quality is defined by the number after -quality. In this example 75%.