https://github.com/gamikun/mobiko
iOS and Android icons generation from a big PNG
https://github.com/gamikun/mobiko
apple assets cli icons ios xcode
Last synced: 6 months ago
JSON representation
iOS and Android icons generation from a big PNG
- Host: GitHub
- URL: https://github.com/gamikun/mobiko
- Owner: gamikun
- License: mit
- Created: 2017-09-23T21:16:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T03:22:01.000Z (almost 6 years ago)
- Last Synced: 2025-02-15T20:06:05.921Z (about 1 year ago)
- Topics: apple, assets, cli, icons, ios, xcode
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Sample
----------
mobiko big-file.png
This will create files in the different formats needed
for iOS project in Xcode with the nomenclature:
big-file-128@3x.png
If you want to optimize images size use the flag ``--optimize``. Or event better ``--pngquant`` which will create more optimized, but it has an external dependency.