请问有没有啥软件或插件能够自动生成所有 size 的 iOS 应用 logo、launchImage

2014 年 5 月 27 日
 ahr0u
我现在用的是Prepo,不知道有没有更好用的呢?
8397 次点击
所在节点    iDev
11 条回复
kawhi
2014 年 5 月 27 日
试一下这个好了。

http://makeappicon.com/

记得还有个来着。。用完忘记存了。。
bianzhifu
2014 年 5 月 27 日
#!/bin/sh
convert appicon.png -resize 57x57 Icon.png
convert appicon.png -resize 114x114 Icon\@2x.png
convert appicon.png -resize 120x120 Icon-120.png
convert appicon.png -resize 72x72 Icon-72.png
convert appicon.png -resize 144x144 Icon-72\@2x.png
convert appicon.png -resize 76x76 Icon-76.png
convert appicon.png -resize 152x152 Icon-76\@2x.png
convert appicon.png -resize 29x29 Icon-Small.png
convert appicon.png -resize 58x58 Icon-Small\@2x.png
convert appicon.png -resize 40x40 Icon-Small-40.png
convert appicon.png -resize 80x80 Icon-Small-40\@2x.png
convert appicon.png -resize 50x50 Icon-Small-50.png
convert appicon.png -resize 100x100 Icon-Small-50\@2x.png
ahr0u
2014 年 5 月 27 日
@bianzhifu Orz
感谢楼上两位
dorentus
2014 年 5 月 27 日
也可以用系统自带的 sips 命令来做,例如:
sips --resampleWidth 60 src.png --out icon-60.png

另外注意一下从 iOS 7 开始图标的大小规格改了,比如应用图标,之前是 57x57,iOS 7 是 60x60

参见: https://developer.apple.com/library/ios/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/App-RelatedResources/App-RelatedResources.html#//apple_ref/doc/uid/TP40007072-CH6-SW1
alexrezit
2014 年 5 月 27 日
我都是讓我們設計師每張單獨生成的. bitmap 直接 resize 出來會因為 resample 導致質量下降.
humiaozuzu
2014 年 5 月 27 日
@alexrezit 膜拜大大
alexrezit
2014 年 5 月 27 日
@humiaozuzu
請你吃漢堡王不黑我行不?
dorentus
2014 年 5 月 27 日
@alexrezit 然后有没有发现设计师也只是导出的时候选了下大小,给到的图和直接 resize 没啥区别……
alexrezit
2014 年 5 月 27 日
@dorentus
只是吐槽 OS X 自帶的 Preview resample 算法不能選...
ideacco
2014 年 5 月 28 日
可以使用AI或者PS 然后使用自动宏。快速,像素有保证
cctrv
2014 年 6 月 3 日
我作為一個對開發感興趣的設計師路過。
我目前使用這個腳本來輸出 icon 大小。
http://appicontemplate.com/ios7

其次,部份 icon 會根據輸出大小進行重新優化設計。

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://study.congcong.us/t/114435

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX