Link: https://calendar.perfplanet.com/2014/mozjpeg-3-0/
cd /usr/local/src
sudo curl -LO https://github.com/mozilla/mozjpeg/releases/download/v3.1/mozjpeg-3.1-release-source.tar.gz
sudo tar -xzvf mozjpeg-3.1-release-source.tar.gz
cd mozjpeg
sudo apt-get install nasm
sudo ./configure --prefix=/usr/local/mozjpeg
sudo make
sudo make install
echo 'export PATH=/usr/local/mozjpeg/bin:$PATH' >> ~/.bashrc
source ~/.bashrc
cjpeg -quality 70 -outfile compressed-image.jpg image.jpg
cjpeg -verbose -quant-table 2 -quality 75 -outfile image-test.small.jpg image-test.jpg
cjpeg -quant-table 2 -quality 75 -outfile image-test.small.jpg image-test.jpg