Created
June 23, 2017 05:55
-
-
Save jeremydw/ebeec4a1fe7608fccba56e34fcd07460 to your computer and use it in GitHub Desktop.
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
jpegoptim -f --strip-all file.jpg | |
optipng -force -o7 file.png \ | |
&& advent -z4 file.png \ | |
&& pngcrush \ | |
-rem gAMA \ | |
-rem alla \ | |
-rem cHRM \ | |
-rem iCCP \ | |
-rem sRGB \ | |
-rem time \ | |
file.png file.png.bak \ | |
&& mv file.png.bak file.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment