Skip to content

Batch-automate the creation of image icons from a single source image.

License

Notifications You must be signed in to change notification settings

yinhangfeng/icon-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Full Android and Windows Phone Support
  • Easily customize the output sizes by supplying a config file

License

MIT

About

Batch-automate the creation of image icons from a single source image.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.0%
  • Makefile 4.0%