Skip to content

Python script to easily generate icons for an iOS app

Notifications You must be signed in to change notification settings

ivanharmat/appIconPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

appIconPy

Python script to easily generate icons for an iOS app

Overall goals of this script:

  • open an image file
  • check if the image is a square and at least 228x228
  • loop through icon dimensions
  • resize image and write to disk
  • add resized image to zip archive
  • remove resized image
  • show success message or error

Requirements

  • PIL module for image manipulation - install if you don't have it
$ sudo pip install image

Usage

$ python appIconPy.py /path/to/image.png

About

Python script to easily generate icons for an iOS app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages