Skip to content

Instantly share code, notes, and snippets.

@andyhullinger
Created November 19, 2014 17:10
Show Gist options
  • Save andyhullinger/5219fe1f7bbccebf0cb8 to your computer and use it in GitHub Desktop.
Save andyhullinger/5219fe1f7bbccebf0cb8 to your computer and use it in GitHub Desktop.
OSX Simple batch image resizing
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