guetzli
JPEG image compression utility. More information: <https://github.com/google/guetzli>.
Install
- All systems
-
curl cmd.cat/guetzli.sh
- Debian
-
apt-get install guetzli - Ubuntu
-
apt-get install guetzli - Arch Linux
-
pacman -S guetzli - Kali Linux
-
apt-get install guetzli - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install guetzli - OS X
-
brew install guetzli
JPEG image compression utility. More information: <https://github.com/google/guetzli>.
-
Compress a JPEG image:
guetzli input.jpg output.jpg -
Create a compressed JPEG from a PNG:
guetzli input.png output.jpg -
Compress a JPEG with the desired visual quality (84-100):
guetzli --quality quality_value input.jpg output.jpg
© tl;dr; authors and contributors