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