Created
November 19, 2014 17:10
-
-
Save andyhullinger/5219fe1f7bbccebf0cb8 to your computer and use it in GitHub Desktop.
OSX Simple batch image resizing
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
sips -Z 1024 *.png | |
A cap "Z" to retain aspect ratio | |
Provide longest dimension in pixels to fit image to | |
Use wildcard.ext to batch all files of same type |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment