Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smallmuou/ios-icon-generator
This script is use to generate iOS/macOS/watchOS app icons more easier.
https://github.com/smallmuou/ios-icon-generator
generator icons ios macos resize sips watchos
Last synced: about 2 months ago
JSON representation
This script is use to generate iOS/macOS/watchOS app icons more easier.
- Host: GitHub
- URL: https://github.com/smallmuou/ios-icon-generator
- Owner: smallmuou
- Created: 2015-05-18T08:11:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T11:08:35.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T16:08:00.713Z (5 months ago)
- Topics: generator, icons, ios, macos, resize, sips, watchos
- Language: Shell
- Homepage:
- Size: 69.3 KB
- Stars: 959
- Watchers: 22
- Forks: 201
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-apple-watch - iOS/macOS/watchOS APP ICONS Generator - icon-generator/blob/master/ios-icon-generator.gif) | (Library / Other Library)
README
# iOS/macOS/watchOS APP ICONS Generator
### Description
ios-icon-generator is a shell script which aim to generate iOS/macOS/watchOS APP icons easier and simply.
![image](https://github.com/smallmuou/ios-icon-generator/blob/master/ios-icon-generator.gif)
VERSION: 2.0.0
USAGE:
./ios-icon-generator.sh srcfile dstpathDESCRIPTION:
This script aim to generate iOS/macOS/watchOS APP icons easier and simply.srcfile - The source png image. Preferably above 1024x1024
dstpath - The destination path where the icons generate to.AUTHOR:
smallmuouEXAMPLE:
./ios-icon-generator.sh 1024.png ~/123### Usage
1. Clone
```bash
git clone https://github.com/smallmuou/ios-icon-generator
cd ios-icon-generator
chmod 777 ios-icon-generator.sh
```2. Run
```bash
smou:ios-icon-generator $ ./ios-icon-generator.sh 1024.png ~/output/
[INFO] Generate Icon-16.png ...
[INFO] Generate [email protected] ...
[INFO] Generate Icon-32.png ...
[INFO] Generate [email protected] ...
[INFO] Generate Icon-128.png ...
[INFO] Generate [email protected] ...
[INFO] Generate Icon-256.png ...
[INFO] Generate [email protected] ...
[INFO] Generate Icon-512.png ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate Icon-1024.png ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Generate [email protected] ...
[INFO] Congratulation. All icons for iOS/macOS/watchOS APP are generate to the directory: /Users/smou/output/.
```
PS: You can find out the icons in ~/output directory.### Refer
* [iOS Icons Size](https://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/app-icon/)
* [macOS Icons Size](https://developer.apple.com/design/human-interface-guidelines/macos/icons-and-images/app-icon/)
* [watchOS Icons Size](https://developer.apple.com/design/human-interface-guidelines/watchos/icons-and-images/home-screen-icons/)### History
* 2.0.0
* Update iOS icons size
* Support macOS icons size
* Support watchOS icons size
* Remove ImageMagick Dependency
* Update code structure for add size more easy.* 1.0.0
* Generate all size icons for iPhone and iPad.### License
This script follow MIT license.### Contact
If you have any question with using it, you can email to me. My email is: [email protected]