Skip to content

Instantly share code, notes, and snippets.

@delineas
Created November 4, 2015 00:02
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 delineas/13efc0ac9ea04b17203c to your computer and use it in GitHub Desktop.
Save delineas/13efc0ac9ea04b17203c to your computer and use it in GitHub Desktop.
Resize JPG images with sips command line Mac OS X
find /path/to/images -type f -name '*.jpg' -exec sips --resampleHeightWidthMax 800 --setProperty formatOptions 50 *.jpg {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment