Skip to content

Instantly share code, notes, and snippets.

@5lineofcode
Last active November 21, 2019 02:37
Show Gist options
  • Save 5lineofcode/1247802a466efacf49782acbfd037282 to your computer and use it in GitHub Desktop.
Save 5lineofcode/1247802a466efacf49782acbfd037282 to your computer and use it in GitHub Desktop.
Autoresize Image for AppStore
rm -rf ./6.5/
mkdir ./6.5
rm -rf ./5.5/
mkdir ./5.5
rm -rf ./12.9/
mkdir ./12.9
sips -z 1242 2688 *.png --out ./6.5
sips -z 1242 2208 *.png --out ./5.5
sips -z 2048 2732 *.png --out ./12.9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment