Skip to content

Instantly share code, notes, and snippets.

@manan19
Last active December 21, 2016 17:52
Show Gist options
  • Save manan19/576e8b4964c00e58e38af496858cf5fd to your computer and use it in GitHub Desktop.
Save manan19/576e8b4964c00e58e38af496858cf5fd to your computer and use it in GitHub Desktop.
Find and crush all pngs
# Image Resizing
alias cpng='find . -iname '*png' -exec pngcrush -ow -brute {} {}.crush \;'
alias spng="find . -name '*png' -ls | awk '{total += $7} END {print total}'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment