Created
July 31, 2017 00:26
-
-
Save maxxcrawford/9da9845937e0e55337b568696d9e4e18 to your computer and use it in GitHub Desktop.
ImageMagick Resize
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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