Skip to content

Instantly share code, notes, and snippets.

@maxxcrawford
Created July 31, 2017 00:26
Show Gist options
  • Save maxxcrawford/9da9845937e0e55337b568696d9e4e18 to your computer and use it in GitHub Desktop.
Save maxxcrawford/9da9845937e0e55337b568696d9e4e18 to your computer and use it in GitHub Desktop.
ImageMagick Resize
$ mogrify -quality 80 -resize 256x256 *.jpg
# Resizes all images in directory that end in *.jpg, at 80% quality, and resizes them to 256x256
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment