Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create high-resolution iphone launch image?

Tags:

iphone

ios4

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 and 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?

like image 999
lucasweb Avatar asked Jul 04 '10 04:07

lucasweb


2 Answers

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.

like image 111
farout Avatar answered Nov 03 '22 17:11

farout


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.

like image 21
drawnonward Avatar answered Nov 03 '22 15:11

drawnonward