Skip to content

Instantly share code, notes, and snippets.

@thevangelist
Created October 28, 2016 07:24
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 thevangelist/a42804d1a2139050c529a5f8bc5e0ad7 to your computer and use it in GitHub Desktop.
Save thevangelist/a42804d1a2139050c529a5f8bc5e0ad7 to your computer and use it in GitHub Desktop.
Resize Image With One Max Dimension and Maintain Aspect Ratio
#!/bin/sh
sips -Z 200 img.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment