How do i make a image fit the iphone screen perfectly if i make it in inkscape?
OskarDeveloper
Member Posts: 533
I tried to make an image that was W 480 and H 320 but it was a lot smaller than the actual iphone screen in the gamesalad creator, why? How big should the image be to fit the screen perfectly?
//OskarDeveloper ~O)
//OskarDeveloper ~O)
Best Answer
-
JustMe74 Posts: 542Yes, it will display at 960x640 on the retina display and 480x320 on the non-retina display. Just make sure that the x and y values for the sizes of your actors is divisible by 4, and that you're designing them for the retina resolution.
Answers
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
However, as @BBEnk said, you might want to consider designing for Retina displays (960x640).
So if i make an image that is 960x640 and exactly 72 dpi and then change the size to 480x320 in the creator will that look good on Retina displays?