Skip to content

Instantly share code, notes, and snippets.

@jonhilgart22
Created March 28, 2018 03:47
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 jonhilgart22/2151645b3379db1761451a2f0785efa1 to your computer and use it in GitHub Desktop.
Save jonhilgart22/2151645b3379db1761451a2f0785efa1 to your computer and use it in GitHub Desktop.
I just found a great line to resize images from terminal in mac
`sips -Z 640 *.jpg` The -Z is to maintain aspect ratio 640 is the max width/height
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment