Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```