Jpegoptim
Uit dotSearch
OP TA:
du -shc
find /home/dotsear2/domains/telefoonabonnement.nl/public_html/images -iname \*.jpg -exec jpegoptim --strip-all -p {} \;
find /home/dotsear2/domains/telefoonabonnement.nl/public_html/nieuws/wp-content/uploads -iname \*.jpg -exec jpegoptim --strip-all -p {} \;
OP TE:
du -shc *.jpg
jpegoptim --strip-all *.jpg
MET IMAGICK JPEG optimaliseren
convert -strip -quality 85% smartphone.jpg smartphone_new.jpg