radiovisual / icon-generator

Batch-automate the creation of image icons from a single source image.
MIT License
3 stars 1 forks source link

Icon Generator

Auto-generate multiple variably-sized icon files from one single image source. Currently, only iOS icons are generated, but Andriod and Windows Phone support is coming soon.

Note: I wont be spending too much time maintaining this project. Use mobicon.

Usage

$ ./icongen.js [platforms] -s [source image] -o [output destination]

Currently, only iOS is fully supported. To generate all iOS icons, simply type:

$ ./icongen.js ios -s path/to/source/image.jpg -o ~/Documents/iconfiles/

where -s is the source image, and -o is where you want the generated icons to be saved. If no option is supplied for -o then the current directory will be used.

Planned Features

License

MIT