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
22
votes
2 answers

iPhone 4 Tab Bar Icons

I'm having some issues getting high resolution tab bar icons displaying correctly for iPhone 4. Basically I'm using the Apple guidelines of 96 x 64 for high resolution icons, but when I do this, my icon looks like it is being scaled many times in…
mixja
  • 6,977
  • 3
  • 32
  • 34
21
votes
2 answers

iPad Retina Display Suffix

I'm looking to put iPad retina (crazy!) quality images into my app for the 'New iPad's launch on the 16th Martch. However I can't find the correct suffix for my file names anywhere in the documents! I use @2x suffix for iPhone and iPod retina…
Baza207
  • 2,123
  • 1
  • 22
  • 40
21
votes
6 answers

Canvas drawing and Retina display: doable?

Working with phoneGap implementing drawing with Canvas. The catch we've run into is that canvas expects specific pixel dimensions. This is fine except that the iPhone 4's Retina display, from a CSS/Webkit POV is still 320px wide, even though…
DA.
  • 39,848
  • 49
  • 150
  • 213
21
votes
3 answers

detect retina (HD) display on the server side

I found many questions about Retina Display, but none of the answers were on the server side. I would like to deliver a different image according to the screen, ex (in PHP): if( $is_retina) $thumbnail = get_image( $item_photo, 'thumbnail_retina'…
chriscatfr
  • 2,592
  • 3
  • 24
  • 32
21
votes
2 answers

Why should cocos2d-iphone users avoid using the @2x file extension?

Cocos2d-iphone uses the -hd extension for Retina images (and other assets). The cocos2d Retina guide speaks only vaguely of "some incompatibilities" regarding @2x: Apple uses the ”@2x” suffix, but cocos2d doesn't use that extension because of…
CodeSmile
  • 64,284
  • 20
  • 132
  • 217
20
votes
5 answers

iPhone 4 Retina "apple-touch-startup-image" for Web-apps

This has been asked multiple times here, but without a solid and understandable answer. This is a web-app, not a native-app. I'm using: to display the startup image. It loads fine…
20
votes
2 answers

Can I dump my non-Retina Images for a iOS7 only app?

The next update of my iPhone app will be targeted for iOS7 only. A couple of questions? Does this mean I can delete all the non-retina images from my app? If I have only retina images left do I still need to mark them @2x? Does Apple keep older iOS…
20
votes
4 answers

Eclipse Juno and Retina Resolution

Is it possible to have Eclipse Juno display at retina resolution? I was able to edit info.plist for previous versions of Eclipse, but this does not work with Juno...
ina
  • 19,167
  • 39
  • 122
  • 201
19
votes
2 answers

iOS: How do I support Retina Display with CGLayer?

I'm drawing a graph on a CALayer in its delegate method drawLayer:inContext:. Now I want to support Retina Display, as the graph looks blurry on the latest devices. For the parts that I draw directly on the graphics context passed by the CALayer, I…
Taka
  • 1,334
  • 17
  • 24
19
votes
5 answers

Images for iphone 5 retina display

iPhone 5 released, with new screen size and resolution. When we used images for iPhone 4 (retina), we just added "@2x" to image name. Can anybody tell me, is it possible to add different images (backgrounds, buttons, etc), for new iPhone screen? And…
Andrey
  • 2,659
  • 4
  • 29
  • 54
19
votes
1 answer

Can I make MonoDevelop look good on a Retina display?

I bought a new Retina MacBook Pro to develop for iOS with MonoTouch. It is extremely frustrating that, probably because it is built on Gtk#, MonoDevelop is very blurry. I can cope with blurry UI but I can't read or write code because it hurts my…
Dan Abramov
  • 264,556
  • 84
  • 409
  • 511
19
votes
3 answers

Mac OS X: Best way to do runtime check for retina display?

Given a Cocoa application which runs on Mac OS X 10.7 and later: What is the best way to check, at runtime, if your app is currently running on a Mac with at least one retina display attached? If checking for this sort of thing is just really…
Todd Ditchendorf
  • 11,217
  • 14
  • 69
  • 123
18
votes
5 answers

Org LaTeX preview is fuzzy on retina displays

I have been using Emacs 24.4 for all my math/scientific notes. org-latex-preview is fantastic for this! But recently, I upgraded to a macbook pro with retina display, and I now see that all my equations in org-mode are... fuzzy. Is there a setting I…
Adam
  • 2,137
  • 16
  • 29
17
votes
2 answers

How do I change a partially transparent image's color in iOS?

I have a single-color image that has partial transparency. I have both normal and @2X versions of the image. I would like to be able to tint the image a different color, in code. The code below works fine for the normal image, but the @2X ends up…
Brandon DuRette
  • 4,810
  • 5
  • 25
  • 31
17
votes
1 answer

Configuring Jupyter notebooks for inline Retina Matplotlib figures

I want the effect of import numpy as np import matplotlib.pyplot as plt %matplotlib inline %config InlineBackend.figure_format='retina' at the launch of all my Jupyter notebooks, but I can't figure out what the current approach is for accomplishing…
orome
  • 45,163
  • 57
  • 202
  • 418
1 2
3
79 80