Skip to content

A simple tool to generate all sizes (16x16,32x32,512x512,1024x1024 etc) of iOS icons with one-click. Written in Python

Notifications You must be signed in to change notification settings

bear0830/ios_icon_batch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ios_icon_batch

A simple tool to generate all sizes (16x16,32x32,512x512,1024x1024 etc) of iOS icons with one-click. Written in Python

The program depends on PIL(Python Image Lib) To run the program correctly you need to install PIL for your Python.

For Windows

Install the PIL-1.1.7.win32-py2.7.exe in the pil for windows folder

Put your image files (e.g. png ) into the input folder

python batch_img_resize.py

And you can see the results in the output folder

For Mac OS X (10.10)

sudo easy_install pip

sudo pip install pillow

Put your image files (e.g. png ) into the input folder

python batch_img_resize.py

And you can see the results in the output folder

About

A simple tool to generate all sizes (16x16,32x32,512x512,1024x1024 etc) of iOS icons with one-click. Written in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages