makeAppIcons is command line tool to generate multiple size of icons, you need for iOS applications.
$ gem install makeAppIcons
$ makeAppIcons --in {{YOUR_INPUT_ICON_FILE}} --out {{YOUR_OUTPUT_DIRECTORY}}
e.g.)
$ makeAppIcons --in sample/AppIcon.png --out ./out
- Platform has
sipscommand. (maybe OS X only) - Input file must be PNG format.
- Input file should be larger than 1024x1024.
BSD Lincense.
This tool was build by @gmkou initially. And contributed by ...
- @sassy
- @chadmart
- @touyou
Having trouble with this tool? Please submit your issue to github issues.