Skip to content

Create resized icon assets for mobile devices from the command line

Notifications You must be signed in to change notification settings

amirfl/makeIcons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

makeIcons

Create resized icon assets for mobile devices from the command line

Based on prepare_icons.sh from https://github.com/coronalabs-samples/CoronaCannon

Usage

  • Install ImageMagick (https://www.imagemagick.org/script/download.php)
  • Put original large version of icons in same folder as this script.
    • Original iOS icon file should be named IOSIcon.png (preferably at least 2048x2048).
    • Original Android icon file should be named AndroidIcon.png (preferably at least 512x512).
  • run the script from the command line: $ bash makeIcons.sh

About

Create resized icon assets for mobile devices from the command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages