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.
- Host: GitHub
- URL: https://github.com/reybits/icon-generator
- Owner: reybits
- License: mit
- Created: 2025-02-20T23:33:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-12-31T14:30:29.000Z (6 months ago)
- Last Synced: 2026-01-04T22:30:37.476Z (6 months ago)
- Topics: android, assets, icons, image-processing, ios, macos, tools, tvos
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```