Generate icons and splash screens for apps
You need imagemagick and jp installed:
$ apt-get install imagemagick jp
The config.json file contains all for generate the resources. Change it if nececesary
{
"package": "PGB",
"output": [{
"category": "iOS icon",
"description": "iOS icons",
"path": "resources/ios/icon",
"source": "icon.png",
"sizes": [{
"file": "icon-40.png",
"width": 40,
"height": 40
}, {
"file": "[email protected]",
"width": 80,
"height": 80
}, {
"....": "....",
"....": "...."
}]
}, {
"category": "iOS_landscape",
"description": "iOS landscape splashscreens",
"path": "resources/ios/splash",
"source": "screen_land.png",
"sizes": ["..."]
}]
}
It's a simply bash script, you don't need install anymore:
$ ./iconsplash