Skip to content

poplax/app-icon-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppIconFitter

AppIconFiter is a tool of create different size images for the App.

this version(0.1.0) only support 'iOS' App.

Requirement

Install Depends

Homebrew

brew install imagemagick pngcrash

Yum

yum install -y ImageMagick pngcrash

Featrue (AND TODO)

  • Create all size of Xcode project icon.(iOS)
  • Resize one image.
  • Short text of icon set.
  • Compress png file.
  • Create size of icon for Android.
  • Compress jpeg file.

Usage

See help.

icon_fits -h

Example:

Resize 120(px) of the icon(gray_1024.png), add subtitle : DemoApp as watermark, create one icon to the specific directory:

./icon_fits -s 120 -f gray_1024.png -o iconFitResize -t "DemoApp"
./icon_fits -c -s 120 -o iconFitResize -t "DemoApp" gray_1024.png

Create all size of the platform(default: iOS) support.

./icon_fits -k -f blue_1024.png -o iconFit
./icon_fits -co iconFitCompress blue_1024.png

License

MIT

Related tools