Skip to content

Instantly share code, notes, and snippets.

@Silfen
Created November 5, 2014 09:06
Show Gist options
  • Save Silfen/1443f8167c7364bc9443 to your computer and use it in GitHub Desktop.
Save Silfen/1443f8167c7364bc9443 to your computer and use it in GitHub Desktop.
ImageMagick

Resize

find . -name "*.png" | xargs mogrify -resize 10%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment