# ios-icon-generator **Repository Path**: fanning92/ios-icon-generator ## Basic Information - **Project Name**: ios-icon-generator - **Description**: 只是一个用来裁剪iOS图标的脚本,没有版权问题 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-28 - **Last Updated**: 2022-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: 三方 ## 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 dstpath

DESCRIPTION:
    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:
    smallmuou

EXAMPLE:
    ./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 Icon-16@2x.png ... [INFO] Generate Icon-32.png ... [INFO] Generate Icon-32@2x.png ... [INFO] Generate Icon-128.png ... [INFO] Generate Icon-128@2x.png ... [INFO] Generate Icon-256.png ... [INFO] Generate Icon-256@2x.png ... [INFO] Generate Icon-512.png ... [INFO] Generate Icon-512@2x.png ... [INFO] Generate Icon-20@2x.png ... [INFO] Generate Icon-20@3x.png ... [INFO] Generate Icon-29@2x.png ... [INFO] Generate Icon-29@3x.png ... [INFO] Generate Icon-40@2x.png ... [INFO] Generate Icon-40@3x.png ... [INFO] Generate Icon-60@2x.png ... [INFO] Generate Icon-60@3x.png ... [INFO] Generate Icon-76@2x.png ... [INFO] Generate Icon-83.5@2x.png ... [INFO] Generate Icon-1024.png ... [INFO] Generate Icon-24@2x.png ... [INFO] Generate Icon-27.5@2x.png ... [INFO] Generate Icon-86@2x.png ... [INFO] Generate Icon-98@2x.png ... [INFO] Generate Icon-108@2x.png ... [INFO] Generate Icon-44@2x.png ... [INFO] Generate Icon-50@2x.png ... [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: lvyexuwenfa100@126.com