icreate

0.0.6 • Public • Published

iCreator

A command-line tool for creating all icons and launch-screen images of iOS App.

https://github.com/finscn/icreator @大城小胖

iCreator

A command-line tool for creating all icons and launch-screen images of iOS App.


Getting started

First, download and install ImageMagick.

In Mac OS X, you can simply use Homebrew and do:

brew install imagemagick

Second, install Node.js.

brew install node
npm install icreate -g

Then make sure A Icon Image (for creating icons) and A logo Image(for launch-screen) are prepared.

Notice: A launch-screen image == your logo over a solid-colored background.

Examples

  • generate all icons

icreate  -icon:YourBigIcon.png

  • generate all launch-screen images. -color:backgorund-color
icreate  -logo:YourLogo.png -color:#ffffff
  • -l means the App is running in Landscape
icreate -logo:logo.png -color:#ffffff -l
  • -output:xxxx is output dir (relative to cwd)
icreate  -icon:icon.png   -output:../icons

About the size of logo image

iCreator will draw your logo image on a solid-colored launch-screen image ( center alignment ).

The output image's size is between 320x480 to 1536x2048.

If screen-image's long side < 500 , iCreator will resize logo image to 50%.

If screen-image's long side > 1500 , iCreator will resize logo image to 200%.

So, it's recommended that let the size of your logo image be between 300x300 to 500x500.

Package Sidebar

Install

npm i icreate

Weekly Downloads

0

Version

0.0.6

License

none

Last publish

Collaborators

  • jiangc