Skip to content

Instantly share code, notes, and snippets.

@zilongshanren
Last active December 21, 2015 17:19
Show Gist options
  • Save zilongshanren/6339437 to your computer and use it in GitHub Desktop.
Save zilongshanren/6339437 to your computer and use it in GitHub Desktop.
use imagemagick to batch resizing png files
mogrify -resize 40% -path outputpath *.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment