Skip to content

Instantly share code, notes, and snippets.

@kyeah
Created September 3, 2022 19:55
Show Gist options
  • Save kyeah/7d19a0601da21a40d3beeaf95961859e to your computer and use it in GitHub Desktop.
Save kyeah/7d19a0601da21a40d3beeaf95961859e to your computer and use it in GitHub Desktop.
Resizing images on mac
for number in 500 1000 1500 2000; do; sips --resampleWidth $number ui.png -o ui-${number}w.png; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment