Skip to content

Instantly share code, notes, and snippets.

@trevorwang
Forked from rvillas/pngquant_all
Created December 6, 2016 08:14
Show Gist options
  • Save trevorwang/b556754f495eecf0b4ff37cfbb3f1684 to your computer and use it in GitHub Desktop.
Save trevorwang/b556754f495eecf0b4ff37cfbb3f1684 to your computer and use it in GitHub Desktop.
pngquant an entire folder
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