-
-
Save trevorwang/b556754f495eecf0b4ff37cfbb3f1684 to your computer and use it in GitHub Desktop.
pngquant an entire folder
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
find . -name '*.png' -exec pngquant --ext .png --force {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment