Is a copy of a high res and standard res required for iPhone?

时间秒杀一切 提交于 2019-12-24 01:16:50

问题


Wondering if both a high res and low res image are required for iPhone Apps. Having a duplicate copy increases file size which is something I need to cut down.

I've built apps in the past and only used high res, without @2x appended to the file name. The apps look great on Low res and High res devices. so...

Let me know


回答1:


It is not required to have both image types. However, since the resolution is different for the Retina display you might build a Default image that looks nice on the iPhone 4 showing lot of details, but will look different on the other iPhones due to lack of correct resolution. Furthermore the image will be downsampled and if your UI fetish is big enough you rather provide two images than only one very good and take an accaptable sampled image.

I'm not sure if it is the best approach to skip one image just to reduce file size because most of the time the Default images are not the most relevant media part, since icons, sound files etc tend to use more space.

To conclude: I would suggest using both images and try to reduce the App size somewhere else.



来源:https://stackoverflow.com/questions/6229795/is-a-copy-of-a-high-res-and-standard-res-required-for-iphone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!