Coder Social home page Coder Social logo

mobile-icon-generator's Introduction

Mobile Icon Generator

A simple script to generate icon assets for Android and iOS.

Features

  • Most Android and iOS icon sizes
  • Whitespace trimming
  • Changing the original icon color
  • Material and standard icon sizes for Android
  • Optionally save generated icons directly in your project's asset folder

Supported icons

Most types of icons are supported. Sizes are based on:

Android

  • Action, dialog, and tab
  • Notification
  • Small context

iOS

  • Application icon
  • Watch app icon
  • Tabbar
  • Toolbar
  • UITableViewCell image view

Custom

  • Using -t custom and -s <size> flags, you can generate custom sizes for iOS.

How it works

The script uses ImageMagick CLI tool to take a given icon, scale, colorize, and create an asset for the desired platform.

For iOS, a .imageset or .appiconset package is created and saved to a given directory.

For Android, drawable-xxxx directories are created in the given directory if they don't already exist, and the generated icons are saved to these directories.

Usage

Download the repository and place the icon in the extracted folder. Run ./icon_generator.sh for usage instructions.

Example

The following command will create an ic_test.imageset asset in my iOS project directory, and will include 1x, 2x, and 3x images, as well as the Xcode asset file, Contents.json.

./icon_generator.sh -i ic_test.png -p ios -t tabbar -d ~/Workspace/my-project/MyProject/Assets.xcassets/

Enjoy!

mobile-icon-generator's People

Contributors

cohenadair avatar dmojdehi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mobile-icon-generator's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.