Skip to content

Instantly share code, notes, and snippets.

@jphase
Created August 2, 2016 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jphase/a8ea8e3e8255d9e833d68a3ec32394dd to your computer and use it in GitHub Desktop.
Save jphase/a8ea8e3e8255d9e833d68a3ec32394dd to your computer and use it in GitHub Desktop.
Resize images in a directory with ImageMagick:
mogrify -path /path/to/image/folder -resize 60x60% -quality 60 -format jpg *.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment