generate icons of all sizes and config file (e.g. Contents.json) required devices, inspired by http://makeappicon.com
- iOS && Android && Windows Phone
- OS X - icns (mac only)
- Windows - ico
- Favicon - ico && apple-touch-icon
- Blackberry
- Chrome Web Store
iconographys - http://iconographys.appspot.com/
just type pip install icons
in your term.
icons [--type {launch,notification,image,tab,webclip,toolbar,icon}]
[--device {ios,android} [--zip]
icon_path [-o TARGET_PATH] [--baseline BASELINE]
# with gui
icons_gui
- icon_path - the source image path
- target_path(optional) - the target path
- baseline(optional) - baseline scale. the default is 3, and it's mean the source image is at @3x scale
- type(optional) - icon type, the default is icon
- device(optional) - including only devices, the default is iOS
- --zip(optional) - put icons into a zip file instead of directory
discontinued.