Questions tagged [retina-display]

Retina display is a trademark used by Apple for displays claimed to have pixel density so high that the eye would not be able to notice pixelation. The term is used for several models of the iPod touch, iPhone, iPad, and MacBook Pro.

Retina Display is a brand name used by Apple for liquid crystal displays that have a pixel density high enough that the human eye is unable to discern individual pixels at a typical viewing distance. The term is used for several Apple products, including the iPhone, iPod Touch, iPad, MacBook Pro, iPad Mini, and iPad Air. Because the typical viewing distance is different, depending on each device's use, the pixels per inch claimed to be of Retina quality can differ, depending on the size of the display, with higher PPI for smaller displays and lower PPI for larger displays: 326 PPI for the smallest devices (iPhone, iPod Touch, and iPad Mini with Retina display), 264 PPI for mid-sized devices (iPad third generation and onwards, including iPad Air), and 220 PPI for larger devices (MacBook Pro). While not currently common, many other manufacturers' displays have similar PPI density. When an Apple product has a Retina Display, each user interface widget is doubled in width and height to compensate for the smaller pixels. Apple calls this mode HiDPI mode. Apple has applied to register the term "Retina" as a trademark in regard to computers and mobile devices with the United States Patent and Trademark Office, Canadian Intellectual Property Office, and in Jamaica.On November 27, 2012 the US Patent and Trademark office approved Apple's application and "Retina" is now a registered trademark for computer equipment.

Source: Wikipedia (Retina Display)

1188 questions
-1
votes
1 answer

Making a 2x image for retina display

If I have an image that at normal resolution (72dpi) is 50x50, and I need to make a 2x resolution image for retina display, do I make it... 50x50 at 144 dpi? 100x100 at 144 dpi? 100x100 at 72 dpi? I need to appear the same size. In other words,…
Casey Crookston
  • 13,016
  • 24
  • 107
  • 193
-1
votes
1 answer

Display email in richtextbox

I am using Lumisoft for a small E-mail project. Everything is fine until now. I managed most of the things i wanted to achieve. However not all of them. I can read the bodytext of the emails but when i display them it is in plain text. Let me show…
Maria
  • 87
  • 1
  • 7
-1
votes
1 answer

Retina css isn't working

have a problem with using media query for changing font-weight. So, im using font-weight: 100; only for Retina. And font-weight: 300 for PC's. That's my CSS: @media all and (-webkit-min-device-pixel-ratio : 2) { a { font-weight: 100; } } a { …
Evgeny
  • 1
  • 2
-1
votes
1 answer

What image sizes/retina sizes are necessary for iOS8 scaled app?

I'm building an app that designers only gave me one canvas size for (9x16 aspect ratio at 1242x2208). I started an app that doesn't fully leverage the iPhone 6+'s screen space. Instead, all devices will use the same layout and assets. I did this by…
user3339471
  • 295
  • 2
  • 10
-1
votes
1 answer

Display website in correct ratio on retina display

I am currently making a responsive design using CSS @media query, which works fine on "old" phones with a pixel ratio of 1:1. But high-resolution (retina) displays are using ratios other than 1:1 for displaying the website, so the website looks…
jave.web
  • 13,880
  • 12
  • 91
  • 125
-1
votes
1 answer

Image loaded form redirected URL has wrong size

I am using SDWebImage to load and image from the web and set it to a marker on a map. The URL of the image may change over time. Because of that I use an url redirection which stays stable and points to the original url. Unfortunatly there is…
D.D.
  • 413
  • 3
  • 12
-1
votes
2 answers

Do we need to create non-retina images?

The actual question is: do I need to create non-retina images if my app should only work on iPhone5/s and iOS >= 7.0?
AndrewShmig
  • 4,843
  • 6
  • 39
  • 68
-1
votes
1 answer

What is the best full screen background image size for Retina display?

I'm working on the site with difficult background image. And I don't know what size I need to use for background image? Big size or background-size: cover. What is the best full screen background image size for Retina display?
user2076815
  • 11
  • 2
  • 4
-1
votes
3 answers

x Position on 4 inch retina display is off the screen

I am busy creating a view from scratch and have run into a problem I have never run in to before. I am developing on a 4 inch retina screen on an app that is landscape mode only. The problem I am having is that the width of the view is 568 points…
Nick Kirsten
  • 1,187
  • 11
  • 27
-1
votes
2 answers

Non-retina app download size

Let's say we have an universal (iPad/iPhone) app with normal and @2x images. Does a bundle of this app downloaded from the App Store for non-retina iPhone contains @2x and ~ipad resources?
Tomasz Bąk
  • 6,124
  • 3
  • 34
  • 48
-1
votes
1 answer

How to check if I have retina ready display on Macbook Pro?

I am not sure If I have retina ready display on Macbook Pro. I can just see that the display is better than on older Macbook. Is there a way to check it without reading the documentation?
Newbie1
  • 37
  • 1
  • 2
  • 9
-1
votes
1 answer

Does Apple now require all iPad apps to be retina-screen ready?

I've seen this news from Apple talking about new iOS app submissions needing to be built for retina devices: https://developer.apple.com/news/?id=3212013b I know that it says that apps and app updates "must be built for iOS devices with Retina…
OMA
  • 3,442
  • 2
  • 32
  • 39
-1
votes
1 answer

cocos2d-iphone: iPhone Retina textures cause low fps on iPad

I would like to ask your help, I'm kind of lost. I am upgrading my game so it could be universal. I'm using cocos2d-iphone version 1.0.1. I've extended the CCDirectorIOS class, so it scales the the iPhone resolution to iPad (only the width, no…
McDermott
  • 1,025
  • 2
  • 16
  • 28
-1
votes
1 answer

Magento: simple stock indicator with css

I was looking for a simple stock indicator.
BenRoe
  • 1,714
  • 17
  • 27
-1
votes
2 answers

cocos2d my image retina doesn't resize

I have a problem in my application with cocos2d retina picture. When I run the application, the image retina is displayed, but it doesn't resize. Help me.
Emilie
  • 167
  • 1
  • 1
  • 8