一件生成IOS APP所有分辨率的图标,所需准备:
一件生成IOS APP所有分辨率的图标,所需准备:
1,MAC电脑一台
2,一张1024*1024的高清图片,图片分辨率越高生成的效果越好
环境搭建
ImageMagick安装
sudo brew install ImageMagick
- 1
ios-icon-generator安装
git clone https://github.com/smallmuou/ios-icon-generator
cd ios-icon-generator
chmod 777 ios-icon-generator.sh
- 1
- 2
- 3
开始生成一整套的APP ICON
StarnetdeMacBook-Pro:ios-icon-generator starnet$ ./ios-icon-generator.sh ~/Downloads/1024.png ~/output
[INFO] Generate iTunesArtwork.png ...
[INFO] Generate iTunesArtwork@2x.png ...
[INFO] Generate Icon-Small.png ...
[INFO] Generate Icon-Small@2x.png ...
[INFO] Generate Icon-Small@3x.png ...
[INFO] Generate Icon-Small-40.png ...
[INFO] Generate Icon-Small-40@2x.png ...
[INFO] Generate Icon-Small-40@3x.png ...
[INFO] Generate Icon-60.png ...
[INFO] Generate Icon-60@2x.png ...
[INFO] Generate Icon-60@3x.png ...
[INFO] Generate Icon-76.png ...
[INFO] Generate Icon-76@2x.png ...
[INFO] Generate Icon.png ...
[INFO] Generate Icon@2x.png ...
[INFO] Generate Icon-72.png ...
[INFO] Generate Icon-72@2x.png ...
[INFO] Generate Icon-Small-50.png ...
[INFO] Generate Icon-Small-50@2x.png ...
[INFO] Generate Done.****
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
结果
StarnetdeMacBook-Pro:ios-icon-generator starnet$ ls -l ~/output/
total 288
-rw-r--r-- 1 starnet staff 1921 May 18 17:45 Icon-60.png
-rw-r--r-- 1 starnet staff 4723 May 18 17:45 Icon-60@2x.png
-rw-r--r-- 1 starnet staff 6954 May 18 17:45 Icon-60@3x.png
-rw-r--r-- 1 starnet staff 2210 May 18 17:45 Icon-72.png
-rw-r--r-- 1 starnet staff 5565 May 18 17:45 Icon-72@2x.png
-rw-r--r-- 1 starnet staff 2184 May 18 17:45 Icon-76.png
-rw-r--r-- 1 starnet staff 5856 May 18 17:45 Icon-76@2x.png
-rw-r--r-- 1 starnet staff 1437 May 18 17:45 Icon-Small-40.png
-rw-r--r-- 1 starnet staff 3267 May 18 17:45 Icon-Small-40@2x.png
-rw-r--r-- 1 starnet staff 4723 May 18 17:45 Icon-Small-40@3x.png
-rw-r--r-- 1 starnet staff 1674 May 18 17:45 Icon-Small-50.png
-rw-r--r-- 1 starnet staff 3992 May 18 17:45 Icon-Small-50@2x.png
-rw-r--r-- 1 starnet staff 1168 May 18 17:45 Icon-Small.png
-rw-r--r-- 1 starnet staff 1786 May 18 17:45 Icon-Small@2x.png
-rw-r--r-- 1 starnet staff 2393 May 18 17:45 Icon-Small@3x.png
-rw-r--r-- 1 starnet staff 1828 May 18 17:45 Icon.png
-rw-r--r-- 1 starnet staff 4491 May 18 17:45 Icon@2x.png
-rw-r--r-- 1 starnet staff 19995 May 18 17:45 iTunesArtwork.png
-rw-r--r-- 1 starnet staff 30653 May 18 17:45 iTunesArtwork@2x.png