Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielpovlsen/ios-icons-launch-images-generator
Scripts to automatically generate iOS icons and launch images in the correct sizes
https://github.com/danielpovlsen/ios-icons-launch-images-generator
Last synced: 6 days ago
JSON representation
Scripts to automatically generate iOS icons and launch images in the correct sizes
- Host: GitHub
- URL: https://github.com/danielpovlsen/ios-icons-launch-images-generator
- Owner: danielpovlsen
- Created: 2014-09-12T12:18:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-21T09:49:24.000Z (about 7 years ago)
- Last Synced: 2024-08-01T20:49:39.716Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 855 KB
- Stars: 267
- Watchers: 10
- Forks: 63
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What is?
Scripts to automatically generate iOS icons and launch images in the correct sizes. Also contains optimal asset catalogs with reused images for identical sizes.Tested with Xcode 9 and iOS 6-11.
No dependencies.
## Usage
`Default-Input.png` and `Icon-Input.png` contain the initial graphics for the launch image and icons respectively.
From Terminal run:
`./CreateiOSLaunchImages.sh`
and
`./CreateiOSIcons.sh`
and
`./CreateiOSToolbarNavigationIcons.sh`
to create all necessary size variants.
### Optional
Remove variants that are not needed (e.g. iPad Portrait) from the catalogs to optimize app size.
## For best results
`Default-Input.png`:
* Landscape
* Aspect ratio 4:3 (with content croppable to 16:9)
* Highest quality if at least
* 2048px wide for iPad support (higher for iPad Pro)
* 2436px wide for iPhone support
* 3840px wide for Apple TV 4K support`Icon-Input.png`:
* Square (1:1 aspect ratio)
* Highest quality if at least 1024x1024px`ToolbarNavigationIcon-Input.png`:
* Square (1:1 aspect ratio)
* Highest quality if at least 1024x1024px## Credits
Rasmus Makwarth / Opbeat for the fisi graphics.