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

https://github.com/reybits/icon-generator

This script simplifies the generation of app icons for iOS, macOS, and Android.
https://github.com/reybits/icon-generator

android assets icons image-processing ios macos tools tvos

Last synced: 4 months ago
JSON representation

This script simplifies the generation of app icons for iOS, macOS, and Android.

Awesome Lists containing this project

README

          

# App Icons Generator

Set of shell scripts which aim to generate **iOS** / **macOS** / **Android** / **Android TV** app icons easier and simply.

## Usage

1. Install ImageMagick. Before you run this script, please check whether you had install ImageMagick. If you don't have install. Follow this:

```sh
brew install imagemagick
```

2. Clone and chmod

```sh
git clone https://github.com/reybits/icon-generator.git
cd icon-generator
chmod 777 *.sh
```

3. Run

```sg
./ios-generator.sh input-icon-1024.png ios
```

Generated icons in `./ios` directory.

## Links

Human Interface Guidelines [App Icons](https://developer.apple.com/design/human-interface-guidelines/app-icons). Best practices. Platform considerations.

## License

This script follow MIT license.

## Contact

```
Copyright © 2017-2024 Andrey A. Ugolnik. All Rights Reserved.
https://www.ugolnik.info
andrey@ugolnik.info
```