Skip to content

takagisou/iOS-Default-Images-Generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS-Default-Images-Generator

Script to generate 'App Icons' and 'App Launch (Default) Images'

Prepare

This script needs convert command. Please install ImageMagick like bellow.

$ brew install imagemagick

Usage

usage: ./generator.sh src_image bg_color [dst_dir]

options

  • src_image: 'App Icons' source file. (1024x1024 size png)
  • bg_color: Background collor of 'App Launch (Default) Images'. You can set value like this.
  • dst_dir: Destination directory for images (optional).

Example

$ ./generator.sh d_1024px.png "#FF4981"

Above command generates:

.
├── README.md
├── d_1024px.png
├── dst
│   ├── icon
│   │   ├── Icon-60.png
│   │   ├── [email protected]
│   │   ├── Icon-72.png
│   │   ├── [email protected]
│   │   ├── Icon-76.png
│   │   ├── [email protected]
│   │   ├── Icon-Small-40.png
│   │   ├── [email protected]
│   │   ├── Icon-Small-50.png
│   │   ├── [email protected]
│   │   ├── Icon-Small.png
│   │   ├── [email protected]
│   │   ├── Icon.png
│   │   ├── [email protected]
│   │   ├── iTunesArtwork.png
│   │   └── [email protected]
│   └── screen
│       ├── Default-568h@2x~iphone.png
│       ├── Default-Landscape@2x~iPad.png
│       ├── Default-Landscape~iPad.png
│       ├── Default-Portrait@2x~iPad.png
│       ├── Default-Portrait~iPad.png
│       ├── Default@2x~iphone.png
│       └── Default~iphone.png
└── generator.sh

References

About

Script to generate 'App Icons' and 'App Launch (Default) Images'

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%