All Projects → beplus → makeicon

beplus / makeicon

Licence: MIT license
Generates mobile app icons in all resolutions for both iOS and Android

Programming Languages

go
31211 projects - #10 most used programming language
ruby
36898 projects - #4 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].