Skip to content

Instantly share code, notes, and snippets.

@tany3
Created May 19, 2018 05:53
Show Gist options
  • Save tany3/93ae8d0050b9983a847f51eb5f70560d to your computer and use it in GitHub Desktop.
Save tany3/93ae8d0050b9983a847f51eb5f70560d to your computer and use it in GitHub Desktop.
[iOS] make app icons by sips
sips -Z 120 Icon.png --out [email protected]
sips -Z 180 Icon.png --out [email protected]
sips -Z 76 Icon.png --out [email protected]
sips -Z 152 Icon.png --out [email protected]
sips -Z 167 Icon.png --out [email protected]
sips -Z 29 Icon.png --out [email protected]
sips -Z 58 Icon.png --out [email protected]
sips -Z 87 Icon.png --out [email protected]
sips -Z 40 Icon.png --out [email protected]
sips -Z 80 Icon.png --out [email protected]
sips -Z 120 Icon.png --out [email protected]
sips -Z 20 Icon.png --out [email protected]
sips -Z 40 Icon.png --out [email protected]
sips -Z 60 Icon.png --out [email protected]
sips -Z 120 Icon.png --out [email protected]
sips -Z 180 Icon.png --out [email protected]
sips -Z 76 Icon.png --out [email protected]
sips -Z 152 Icon.png --out [email protected]
sips -Z 167 Icon.png --out [email protected]
sips -Z 29 Icon.png --out [email protected]
sips -Z 58 Icon.png --out [email protected]
sips -Z 87 Icon.png --out [email protected]
sips -Z 40 Icon.png --out [email protected]
sips -Z 80 Icon.png --out [email protected]
sips -Z 120 Icon.png --out [email protected]
sips -Z 20 Icon.png --out [email protected]
sips -Z 40 Icon.png --out [email protected]
sips -Z 60 Icon.png --out [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment