简体   繁体   English

iphone大图标512x512带边框毛刺?

[英]iphone large icon 512x512 with border glitch?

I just uploaded my first iPhone app. 我刚上传了我的第一个iPhone应用程序。 The app icon has a border, sort of like the "settings" icon. 应用程序图标有一个边框,有点像“设置”图标。 However, when I upload my large icon in iTunes connect, there are some weird white edges in the corners. 但是,当我在iTunes连接中上传我的大图标时,角落里有一些奇怪的白边。 It appears that they might use a smaller corner radius or something. 似乎他们可能会使用较小的角半径或其他东西。 How can I make sure it will display correctly on the apple store? 如何确保它能在苹果商店中正确显示? The image is a jpeg with no transparency. 图像是没有透明度的jpeg。

截图

Thanks for the help! 谢谢您的帮助!

What's happening is the appstore is expecting a purely square 512x512 image. 正在发生的事情是appstore期待一个纯粹的方形512x512图像。 It then masks it to have rounded corners and then adds a drop shadow automatically. 然后将其遮盖为圆角,然后自动添加阴影。

If you want it to have a specific border like what you've designed you need to match their rounding exactly. 如果你希望它具有像你设计的那样的特定边框,你需要完全匹配它们的舍入。

If you search around. 如果你四处搜寻。 there are PSD templates available that will help you design it (ie they have the exact mask that itunes uses). 有PSD模板可以帮助你设计它(即它们具有itunes使用的确切掩码)。

Here's an example: http://www.pixelresort.com/blog/app-icon-template/ 这是一个例子: http//www.pixelresort.com/blog/app-icon-template/

Another technique which can work really well is leaving the outer part of the icon square — in your case, the dark brown outer border would extend to the edge of the canvas – and let the roundrect mask handle the corners for you. 另一种可以很好地工作的技术是将图标的外部留下正方形 - 在您的情况下,深棕色的外边框将延伸到画布的边缘 - 并让圆形面具为您处理角落。 There's a bit more info in this excellent blog post: All the sizes of iOS app icons 在这篇优秀的博客文章中有更多信息: iOS应用程序图标的所有大小

You'd still get the border effect, but let it be cut cleanly by the mask rather than by your icon's transparency. 你仍然可以获得边框效果,但是让它可以通过蒙版而不是图标的透明度来干净利落。

I believe this to be a bug with iTunes Connect . 我相信这是iTunes Connect的一个错误 I've seen the same problem, but it only appears on the Versions summary screen. 我见过同样的问题,但它只出现在Versions summary屏幕上。

I've seen this when uploading a square icon. 我在上传方形图标时已经看过了。 For example: 例如:

LMGTFY图标

In summary, don't worry about it. 总之,不要担心。 Your icon should still show up correctly in the iTunes Store and on the Devices themselves. 您的图标仍应在iTunes Store和设备本身中正确显示。 If your icon looked clean in the iOS Simulator and on your device, you're good to go. 如果您的图标在iOS模拟器和设备上看起来很干净,那么您很高兴。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM