Last active
October 30, 2018 15:53
-
-
Save bartek5186/4da83970d2cbbabc7bbd2c89d05bb4ec to your computer and use it in GitHub Desktop.
Image Optimizer Ubuntu JPEG PNG SVG GIF
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install jpegoptim | |
sudo apt-get install optipng | |
sudo apt-get install pngquant | |
sudo npm install -g svgo | |
sudo apt-get install gifsicle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment