如何从iPhone应用程序图标中删除光泽度? [英] How do I remove gloss from an iPhone app icon?

查看:185
本文介绍了如何从iPhone应用程序图标中删除光泽度?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这里是一个教程,告诉你如何删除Xcode中的应用程序的光泽。我怎样才能做到这一点在闪光cs5?



如果我不能,我可以做一些东西在Photoshop中的图像,使它看起来像没有光泽时是否应用光泽?

解决方案

在使用swf生成的xml中,转到节点< InfoAdditions>



然后在

 <![ CDATA [

< key> UIPrerenderedIcon< / key>< true />



 < key> UIDeviceFamily< / key> 

然后当你编译的时候,你的图标就没有光泽了

Here is a tutorial that tells you how to remove the gloss on an app in xcode. How can I do this in flash cs5?

If I can't, can I do something to the image in photoshop so that it looks like it has no gloss when the gloss is applied?

解决方案

In the xml that is generated with your swf go to the node < InfoAdditions >

And add the following after

<![CDATA[ 

<key>UIPrerenderedIcon</key><true/>

before

 <key>UIDeviceFamily</key> 

Then when you compile, you icons will be without gloss

这篇关于如何从iPhone应用程序图标中删除光泽度?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆