Created
January 29, 2014 10:50
-
-
Save vini-btc/8685656 to your computer and use it in GitHub Desktop.
Script for optimizing all .png images inside a folder, using optipng
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
find the-path-you-want/* -type f -name *.png | xargs optipng *.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment