Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save longtailventures/0df3d6a2df3c1efbfb7e7a2add7ebb20 to your computer and use it in GitHub Desktop.
Save longtailventures/0df3d6a2df3c1efbfb7e7a2add7ebb20 to your computer and use it in GitHub Desktop.
pngcrush all .png files in folder
https://www.commandlinefu.com/commands/view/10996/pngcrush-all-.png-files-in-the-directory
find . -iname '*png' -exec pngcrush -ow -brute {} {}.crush \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment