Skip to content

Photoshop script to generate all iOS App Icon PNGs

License

Notifications You must be signed in to change notification settings

catalinss/iOS-icons-script

 
 

Repository files navigation

iOS-icons-script

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].

Installation

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:

  1. Download script
  2. Copy Create-iOS-icons.jsx to /Applications/Adobe Photoshop CC 2014/Presets/Scripts/

Usage

  1. Open Photoshop CC 2014 (may require restart if open during install)
  2. Select File > Scripts > Create-iOS-icons
  3. Follow the dialog prompts
  4. 🎉 🍺

Warning!

This script does not handle naming collisions, it will overwrite any existing files with the same names in the destination directory.

Documentation

Credits

Modified and maintained by @jessesquires

Original script by @mattdipasquale

Later modified by @appsbynight

About

Photoshop script to generate all iOS App Icon PNGs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.9%
  • Shell 4.1%