Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arabian9ts/iconresizer
This provides the way to resize your app icon.
https://github.com/arabian9ts/iconresizer
app-icon-generator app-icons xcode
Last synced: 9 days ago
JSON representation
This provides the way to resize your app icon.
- Host: GitHub
- URL: https://github.com/arabian9ts/iconresizer
- Owner: arabian9ts
- License: mit
- Created: 2017-08-31T13:42:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-31T14:37:55.000Z (over 7 years ago)
- Last Synced: 2024-10-27T04:47:26.897Z (about 2 months ago)
- Topics: app-icon-generator, app-icons, xcode
- Language: Python
- Size: 296 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IconResizer
This provides the way to resize your app icon.## environment
python 3.6.1
pip pillow## Install ##
```
$ git clone https://github.com/arabian9ts/IconResizer
$ chmod 755 IconResizer/resizer
```## Use ##
example...
```
$ resizer IMG_NAME 16 32 48
```### Try sample ###
after install...
```
$ cd IconResizer/sample
$ ./resizer sample.png 10 20 30
```