Snippets

Etienne Ott jpegoptim einmal alles

You are viewing an old version of this snippet. View the current version.
Revised by Etienne Ott d722739
1
2
3
4
5
6
7
8
# First download and install jpegoptim
cd ~
wget http://www.kokkonen.net/tjko/src/jpegoptim-1.4.3.tar.gz jpegoptim-1.4.3.tar.gz
tar -zxvf jpegoptim-1.4.3.tar.gz
cd jpegoptim-1.4.3.tar.gz
make
make strip
make install
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.