Created
September 14, 2017 21:35
-
-
Save hagenw/ad785a4ec8da360a41229fb168f9d8c8 to your computer and use it in GitHub Desktop.
Install the lossless png compressor zopflipng
This file contains 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
#!/bin/bash | |
git clone https://github.com/google/zopfli.git | |
cd zopfli/ | |
make zopflipng |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment