开发者

How to create high-resolution iphone launch image?

开发者 https://www.devze.com 2023-01-06 03:19 出处:网络
As per the Apple iPhone Human Interface Guidelines I have created a Default.png image which is displayed while waiting for the application to load.

As per the Apple iPhone Human Interface Guidelines I have created a Default.png image which is displayed while waiting for the application to load.

I created the image using the xcode organizer 'capture screenshot' feature.

I am now preparing my application for the iphone 4 high resolution screen an开发者_JAVA技巧d am wondering how to create the high resolution version of Default.png.

Is there a way to generate it from a screen shot like the standard Default.png image?


The easiest way I found is to use the special "Copy Screen" menu option in Simulator.

While the Simulator is running, hold the control key. The Edit menu will change from "Copy" to "Copy Screen". You now do a Command-V in Preview or Photoshop since the screen was saved to your clipboard buffer. Then save out the file as png.


High resolution Launch Images just need the @2x designation. You can capture them as a screen shot when running on iPhone 4, device or simulator.


It appears there are two options to create a high resolution (980x640) launch image from a screen shot of your application:

  1. Using an iPhone 4 you can either use xcode to capture the image via the organizer window or by taking a screen shot on the device (using the lock and home buttons). I have not been able to test this as I do not have access to an iPhone 4

  2. Using the iPhone Simulator you can emulate the iPhone 4 by going to Hardware -> Device -> iPhone 4 and capture a screen shot. In order to capture the screen shot you can use the built in os x screen shot functionality (cmd-shift-4). Alternatively there is a free tool called iPhone-Simulator Cropper which does a good job.


In recent versions of the iOS Simulator just use File -> Save Screenshot.

If you need to edit the screenshot at all (like rotate 90 degrees for landscape-only apps) using Preview's Tools -> Rotate Right is easy. If you edit the screenshot in Preview, be sure to take @ville-laurikari's advice and also use Tools -> Assign Profile... -> Color LCD before saving to make sure your colors look right.

0

精彩评论

暂无评论...
验证码 换一张
取 消