How to create good pictures also suitable for retina display

You must Login before you can answer or comment on any questions.

Maybe I should not ask this question here, but if you can help me out I would be very happy.

I wanted to know, maybe because of your experience, is how to create the images to be included in the app that is also suitable for the retina display ...

maybe you used the software to create vector images?

Give me some advice if you can, thanks :)

2 Answers

Retina display images are simply images that are exactly 2x the size of the original. So if you want to create images for retina display, for example, an icon that is 48x48, you would simply open up your image editor ie: photoshop and create an icon that is 96x96. That is your retina image .. then shrink that to 48x48 for your regular image.

— answered 8 months ago by Anthony Decena
answer permalink
3 Comments
  • si io uso spesso photoshop per creare le mie immagini .. il problema è quando utilizzo delle immagini che non posso raddoppiare di grandezza a causa della scarsa qualità delle immagini che utilizzo...

    — commented 8 months ago by nicolò monili

  • I will often use Photoshop to create my images .. the problem is when use of the images that I can not double in size due to the poor quality of the images that I use ...

    — commented 8 months ago by nicolò monili

  • You just need to design at the higher resolution and shrink down, not the other way around.

    — commented 8 months ago by Josh Lewis

You can use the property "hires" in imageViews. Sometimes just turning that to = true fixes the image in retina displays.

Your Answer

Think you can help? Login to answer this question!