Skip to content
bear0830 edited this page Aug 7, 2015 · 7 revisions

Welcome to the ios_icon_batch wiki!

ios_icon batch is 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

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

  2. 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)

  1. sudo easy_install pip

  2. sudo pip install pillow

  3. 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

Clone this wiki locally