Small tool for generate test icons and cut icons.
Latest version: https://github.com/akantsevoi/IconGenerator/blob/master/Archive/IconGenerator-1.0.2.zip
./IconGenerator generator -color 0000FF -top v:2.1.45 -mid n:351 -bot staging -output ./iconFolder
-color:
Background color for generated icon.
Hexadecimal format without '#'. Example: -c 000000
Default - 000000
-top:
String for top area
-mid:
String for middle
-bot:
String for bottom area
-output:
Output path for Icon.
./IconGenerator iconCutter -base BaseIcon.png -idioms mac-iphone-ipad
-base:
path to original image
-config:
path to custom .json template for generate icons
-output:
path for output .xcassets
-idioms:
Idioms of cutted images. Format: mac-iphone-watch-ipad in random order
Ready for use in Xcode