Skip to content

dexman/ios-icon-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ios-icon-generator

Small python script to generate all the various iOS icon sizes (iPhone only right now).

Requirements

Requires the Python Imaging Library (PIL) to be installed.

Usage

Given an input image file, generates all the variants of the application icon necessary for an iOS app (iPhone only for now). The input image should be at least 120x120 pixels, as that is the largest application icon size currently required.

ios_icon_generator.py <input image> <destination directory>

About

Small python script to generate all the various iOS icon sizes (iPhone only right now).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages