简体   繁体   English

iPhone应用程序的512x512图像

[英]512x512 image for the iPhone app

I am about to submit my first app to the iTunes App Store. 我即将向iTunes App Store提交我的第一个应用程序。 The docs say that the application needs to be submitted with a "512x512 px, 72ppi, RGB, flattened, no transparency JPEG image" . 文档说,该应用程序需要使用“ 512x512 px,72ppi,RGB,扁平化,无透明JPEG图像”提交。

I have a couple of questions: 我有一些问题:

  1. RGB - what exactly does it mean in this context. RGB-在这种情况下到底是什么意思。
  2. Flattened - does it mean that if I am creating the image in Photoshop, I should flatten all the layers? 展平-是否意味着如果要在Photoshop中创建图像,我应该展平所有图层? Doesn't saving to JPEG kind of imply that? 不保存为JPEG暗示吗? Or does it mean something completely different. 或者这意味着完全不同的东西。
  3. No transparency - JPEG doesn't support it to begin with. 没有透明度-JPEG不支持它的开头。 What color should the background be then? 那么背景应该是什么颜色?

They're just being very verbose. 他们只是非常冗长。 Just send the jpeg(saved for web) and all those conditions will be satisfied. 只需发送jpeg(保存在网络上),所有这些条件都将得到满足。

If you made a transparent background it will render as white on a jpeg anyway. 如果将背景设为透明,则无论如何,它将在jpeg上呈现为白色。

don't worry. 不用担心 send it :) 发送 :)

  1. RGB means to ensure that you save the image as an RGB (rather than CMYK) JPEG. RGB意味着确保将图像另存为RGB(而不是CMYK)JPEG。 This is very likely to be the case already. 已经很可能是这种情况。 (You can change the colour mode via the 'Image -> Mode' menu in Photoshop if you have the icon in the CMYK colour space for some reason. That said, all images destined for on screen usage should remain with the RGB colour space.) (如果出于某种原因,如果您在CMYK颜色空间中有图标,则可以通过Photoshop中的“图像->模式”菜单更改颜色模式。也就是说,所有要在屏幕上使用的图像都应保留为RGB颜色空间。 )

  2. As you say, directly saving as a JPEG (or doing save for web) will flatten the layers for you. 就像您说的那样,直接另存为JPEG(或为Web保存)将为您平整图层。

  3. Whatever colo(u)r you want it to be. 无论您想要什么颜色。 (ie: It'll appear as saved.) (即:它将显示为已保存。)

Hope that makes sense. 希望有道理。

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

相关问题 如何在我的iPhone应用程序中包含512X512图标? - How to include 512X512 icon in my iphone app? iphone大图标512x512带边框毛刺? - iphone large icon 512x512 with border glitch? 苹果的大图标(512x512)应用商店指南是什么 - What are apple's app store guidelines for the big icon (512x512) 对于AppStore(iTunes Connect)的512x512图像,Apple会像在手机上一样进行转角处理吗? - 512x512 image for AppStore (iTunes Connect), will Apple do corner rounding like they do on the phone? 将项目提交到应用商店后,为什么应用商店图像(512 * 512)会产生玻璃效果? - after submiting the project to app store ,why appstore image(512*512) geting glass effect? 512应用程序图标显示光泽的问题 - Issue with 512 app icon showing gloss 使用512位非对称加密密钥来避免在应用中进行“包含加密” - use a 512 bit asymmetric encryption key to avoid 'contain encryption' in the app iCloud Cocoa Error 512 - iCloud Cocoa Error 512 Xcode,我的应用程序图标具有光泽效果,但我的应用程序商店512图标没有吗? - Xcode, My app icon gets the gloss effect but my app store 512 icon doesnt? 该操作无法完成。 (可可错误512.)Coredata Iphone。 没有文件可以复制到文档文件夹中 - The operation couldn’t be completed. (Cocoa error 512.) Coredata Iphone. No files can be copied in documents folder
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM