Skip to content

Instantly share code, notes, and snippets.

@thiagosf
Last active July 3, 2022 13:44
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 thiagosf/509364d17435003cfc08383f028d2b10 to your computer and use it in GitHub Desktop.
Save thiagosf/509364d17435003cfc08383f028d2b10 to your computer and use it in GitHub Desktop.
Bulk image resize
mkdir resized
sips -s formatOptions 90 --resampleWidth 1060 *.jpg --out resized
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment