Photoshop script to generate all iOS App Icon PNGs
Make one 1024x1024 App Icon, let this script automate the rest.
This script will create all of your app icon images from a single 1024x1024 "iTunesArtwork" PNG. It saves icons in PNG-24 using Save For Web and removes metadata. The generated PNGs are named with the following scheme: Icon-<size><density>.png
, for example [email protected]
.
Open Terminal.app
and type the following like a badass:
$ git clone https://github.com/jessesquires/iOS-icons-script.git
$ cd iOS-icons-script/
$ ./install.sh
Or, do some manual shit:
- Download script
- Copy
Create-iOS-icons.jsx
to/Applications/Adobe Photoshop CC 2014/Presets/Scripts/
- Open Photoshop CC 2014 (may require restart if open during install)
- Select File > Scripts > Create-iOS-icons
- Follow the dialog prompts
- 🎉 🍺
This script does not handle naming collisions, it will overwrite any existing files with the same names in the destination directory.
-
Apple iOS Human Interface Guidelines, Icon and Image Sizes
Modified and maintained by @jessesquires
Original script by @mattdipasquale
Later modified by @appsbynight