Generate multiple size of icons for iPhone (4s - 11 / 11pro) and iPad app from an image. Launch image is also supported.
- Icon: app, tabbar, toolbar, navigation bar
- launch images
-
Install Node.js v6.x - v10.x
-
Install GraphicsMagick
brew install graphicsmagick
-
Clone this app
git clone https://github.com/sl2/gulp-iOS-icon-generator.git cd gulp-iOS-icon-generator npm install
-
Put an app icon into ./src/appicons.
- Format : PNG
- Size : 1024 x 1024 is recommended
-
Put tabbar icons into ./src/tabbars
- Format : PNG
- Size : 3x (75 x 75) is recommended
-
Put toolbar and navigationbar icons into ./src/toolbars
- Format : PNG
- Size : 3x (66 x 66) is recommended
-
Put a launch image into ./src/launchimages
- Format : PNG
- Size : 2028 x 2028 is recommended
-
Execute gulp
npx gulp
-
Check under the
./dist
directory./dist/appicons
- icon images for settings, spotlight, app and portrait
./dist/tabbars
- 1x, 2x and 3x images
./dist/toolbars
- 1x, 2x and 3x images
./dist/launchimages
- launch images for iOS and iPad
- Settings
- Spotlight
- App
- Portrait for App Store
- 1x icons
- 2x icons
- 3x icons
- 1x icons
- 2x icons
- 3x icons
- iPhone 4s
- iPhone 5
- iPhone 6
- iPhone 6 Plus
- iPhone 7
- iPhone 7 Plus
- iPhone 8
- iPhone 8 Plus
- iPhone SE
- iPhone X / XS
- iPhone XR
- iPhone XS Max
- iPhone 11
- iPhone 11 Pro
- iPad mini
- iPad
- iPad mini (Retina)
- iPad (Retina)
- iPad Pro
MIT LICENSE