beplus / makeicon

Generates mobile app icons in all resolutions for both iOS and Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

makeicon

Twitter: @BePlusHQ License CircleCI Build Status Release

Generates mobile app icons in all resolutions for both iOS and Android.

Table of contents

Requirements:

  • Mac OS X, Linux or Windows
  • 64-bit version

Installation

Download from Releases and extract or on a Mac computer install using Homebrew

$ brew install https://raw.githubusercontent.com/beplus/makeicon/master/makeicon.rb
$ brew upgrade https://raw.githubusercontent.com/beplus/makeicon/master/makeicon.rb

Usage

Command Line Interface

Get Help on Usage

$ makeicon --help
# or
$ makeicon -h

Generate the Icons

To create an AppIcon directory with generated Icons from a file ./Icon.png

$ makeicon --file ./Icon.png
# or
$ makeicon -f ./Icon.png

Important: Icon.png file have to be a square image with 1024px x 1024px at least.

Print the Current Version

$ makeicon --version
# or
$ makeicon -v

Contributors

License

MIT Copyright (c) 2017 BePlus s.r.o.

About

Generates mobile app icons in all resolutions for both iOS and Android

License:MIT License


Languages

Language:Go 94.7%Language:Ruby 5.3%