Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 944 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 944 Bytes

iOS Icon Generator

I developed that tool in order to generate my resized icons for iOS Applications at once! With help of this application, you can generate every needed sizes of AppIcon or Icons for Toolbars/Tabbars (32 x 32).

This application was developed for iOS 12 and Swift 4.2 (But the outputs can be used in past versions too).

Installation

git clone https://github.com/furrki/iOS-Icons-Generator
cd iOS-Icons-Generator
pip install -r requirements.txt

Usage

If you want to generate AppIcons:

python main.py -i [Image File Path]

Else if you want to generate icons for Tabbars/Toolbars etc.

python main.py -i [Image File Path] -t i -n [Icon Name]

ScreenShots

AppIcon

Alt text


Normal Icon

Alt text

Author

furrki