Skip to content

Instantly share code, notes, and snippets.

@grachyov
Created January 3, 2015 19:20
Show Gist options
  • Save grachyov/879bb921132918c18f10 to your computer and use it in GitHub Desktop.
Save grachyov/879bb921132918c18f10 to your computer and use it in GitHub Desktop.
Generates @1x @2x and @3x iOS icons
sips -Z 29 --out 29.png icon.png
sips -Z 58 --out 29@2x.png icon.png
sips -Z 87 --out 29@3x.png icon.png
sips -Z 40 --out 40.png icon.png
sips -Z 80 --out 40@2x.png icon.png
sips -Z 120 --out 40@3x.png icon.png
sips -Z 120 --out 60@2x.png icon.png
sips -Z 180 --out 60@3x.png icon.png
sips -Z 76 --out 76.png icon.png
sips -Z 152 --out 76@2x.png icon.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment