Giter Site home page Giter Site logo

ios-icon-generator's Introduction

iOS APP ICONS Generator

Description

ios-icon-generator is a shell script which aim to generate iOS APP icons easier and simply. image

VERSION: 1.0.0
USAGE:
    ./ios-icon-generator.sh srcfile dstpath

DESCRIPTION:
    This script aim to generate ios app icons easier and simply.

    srcfile - The source png image. Preferably above 1024x1024
    dstpath - The destination path where the icons generate to.

    This script is depend on ImageMagick. So you must install ImageMagick first
    You can use 'sudo brew install ImageMagick' to install it

AUTHOR:
    Pawpaw

LICENSE:
    This script follow MIT license.

EXAMPLE:
    ./ios-icon-generator.sh 1024.png ~/123

Usage

  1. Install ImageMagick

    Before you run this script, please check whether you had install ImageMagick. If you don't have install. Follow this:

sudo brew install ImageMagick
  1. Clone And Chmod
git clone https://github.com/smallmuou/ios-icon-generator
cd ios-icon-generator
chmod 777 ios-icon-generator.sh
  1. Run
StarnetdeMacBook-Pro:ios-icon-generator starnet$ ./ios-icon-generator.sh ~/Downloads/1024.png ~/output
[INFO] Generate iTunesArtwork.png ...
[INFO] Generate [email protected] ...
[INFO] Generate Icon-Small.png ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate Icon-Small-40.png ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate Icon-60.png ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate Icon-76.png ...
[INFO] Generate [email protected] ...
[INFO] Generate Icon.png ...
[INFO] Generate [email protected] ...
[INFO] Generate Icon-72.png ...
[INFO] Generate [email protected] ...
[INFO] Generate Icon-Small-50.png ...
[INFO] Generate [email protected] ...
[INFO] Generate Done.

PS: You can find out the icons in ~/output directory.

Navigation bar items

There is also another shell script ios-navbar-icon-generator.sh to generate navigation bar icons, that works in the same way.

Generic images

With the script os-custom-icon-generator.sh you can generate a set of three images to use in your app (myimg.png, [email protected], [email protected]).

Use it in this way ./ios-custom-icon-generator.sh icon-big.png ~/asset_dir 100. The third parameter is the final base size of the image: using 100, your output image.png will be 100x100 px, [email protected] 200x200 and [email protected] 300x300. `

Refer

History

  • 1.0.0
    • Generate all size icons for iPhone and iPad.

License

This script follow MIT license.

Contact

If you have any question with using it, you can email to me. My email is: [email protected]

ios-icon-generator's People

Contributors

smallmuou avatar lifeisfoo avatar wolever avatar nidegen avatar

Watchers

mjunaidi avatar  avatar

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.