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