retina-display Questions
3
I am trying to submit an iPhone app to the App Store on App Store Connect but I am getting an error that says "You must upload a screenshot for 5.5-inch iPhone displays."
However, I am us...
Koski asked 25/6, 2023 at 2:7
16
Solved
I know that currently the status bar (with the time, battery, and network connection) at the top of the iPhone/iPad is 20 pixels for non-retina screens and 40 pixels for retina screens, but to futu...
Mader asked 20/10, 2012 at 19:33
7
I have coded a webpage meant for retina display.
I currently do not have a retina display monitor.
Is there any simulator application or tool to test web pages for retina display?
Or, are there mon...
Mendelson asked 3/9, 2012 at 7:21
18
Solved
My code works fine for normal devices but creates blurry images on retina devices.
Does anybody know a solution for my issue?
+ (UIImage *) imageWithView:(UIView *)view
{
UIGraphicsBeginImageCon...
Faiyum asked 2/12, 2010 at 11:2
5
Solved
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 equa...
Clothilde asked 10/5, 2015 at 12:22
3
Solved
All my emulations have pixelated text and images like this on retina display. I've tried adjusting numerous setting to no avail. Does anyone know a solution to get it crystal clear?
Here are the...
Clause asked 25/7, 2014 at 1:5
6
Given a CGDirectDisplayID returned from
CGError error = CGGetActiveDisplayList(8, directDisplayIDs, &displayCount);
for the built-in screen on a Retina MacBook Pro, I would expect to fetch ...
Imperturbable asked 13/12, 2012 at 11:43
6
I'm working on the rails backend of a native app.
In a native app, retina (high resolution) images are automatically loaded using the @2x naming convention.
For example, you can have two images...
Pointsman asked 15/2, 2012 at 19:20
3
Solved
I have an application that breaks in HiDPI mode unless I chose "get Info" in finder and there tick the "open in low resolution" checkbox. Fixing the application is not an option as it was made usin...
Buxom asked 6/12, 2013 at 14:20
1
Solved
I am using Selenium with Chrome driver to taking some website screenshots. I need the screenshots to be at very specific resolution (1024x768). I've noticed that although the browser is correctly s...
Protocol asked 3/7, 2020 at 9:1
3
Solved
I have a custom subclass of UILabel which makes custom drawing using CoreText.
I used to draw my strings using the UIFont that is set on the label accessing it using the font property. I also add s...
Nihon asked 19/3, 2012 at 16:59
2
Solved
By default I want to give my body element a green border. On a device that supports retina display I want to check for size first. On an ipad I want to give my body a red border and on an iphone I ...
Kudos asked 19/4, 2013 at 21:48
10
With the new Apple MacBook Pro with retina display, if you provide a "standard" image on your website, it'll be a little fuzzy. So you have to provide a retina image.
Is there a way to automatical...
Adventitious asked 6/12, 2012 at 13:22
9
Solved
Is there a way to simulate a Retina display on Windows to test a website for HiDPI displays such as Retina?
I run Windows on a standard 24" 1920x1080 monitor. Last night I checked out my website o...
Washedout asked 21/3, 2013 at 15:11
6
Solved
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...
Antimacassar asked 18/1, 2011 at 3:40
8
Solved
I'm working on a iPad-specific website. To make my website work on both the retina display iPad and older versions of iPads, I want to set a variable in LESS CSS in media query like:
@media all a...
Hartz asked 5/6, 2012 at 22:51
1
Solved
Here is an isolated example of a button I've created in CSS. It features a 1px border with a gradient, and a background gradient. The background gradient is implemented as a pseudo-element to allow...
Lahdidah asked 30/5, 2019 at 1:40
6
Solved
I'm doing some operations on images, and after I'm done, I want to save the image as PNG on the disk. I'm doing the following:
+ (void)saveImage:(NSImage *)image atPath:(NSString *)path {
[image...
Coburn asked 6/7, 2013 at 21:8
4
Solved
I'm hoping someone out there can help with this as I can't seem to find a solid solution.
Is there a framework or general setup to get HTML canvas rendering nicely, and at the correct size at varyi...
Obstruct asked 16/12, 2015 at 10:14
3
Solved
How can I detect if a user has a retina display in Java? I am already aware of detecting the scale factor using Toolkit.getDefaultToolkit().getDesktopProperty("apple.awt.contentScaleFactor"), but j...
Stella asked 24/12, 2013 at 23:22
2
Solved
I'm going to do some low-level rendering stuff, but I need to know real display DPI for making everything of correct size.
I've found one way to do this:
java.awt.Toolkit.getDefaultToolkit().getSc...
Laurustinus asked 3/11, 2016 at 10:52
7
I have an 40px by 20px image with 72 Pixels / Inch.
I would like to create a Retina display version.
What should I do? Double the size? Change the resolution?
And in which format should I save i...
Celerity asked 9/5, 2013 at 11:20
3
Solved
My computer is a Mac pro with a 13 inch retina screen. The screen resolution is 1280*800 (default).
Using the following code:
gWindow = glfwCreateWindow(800, 600, "OpenGL Tutorial", NULL, NULL);
...
Bluebird asked 17/4, 2016 at 5:15
7
Solved
Updating Xcode with SDK 6.0 gives you an error when trying to compile your project.
Missing Retina 4 launch image. A launch image named “[email protected]” is required to run at native resolu...
Circumbendibus asked 26/9, 2012 at 7:50
1
Solved
I'm using chart.js with the latest v2.7.1 release. I followed this jsfiddle example for creating a fixed Y-Axis effect when scrolling. It works great but there is one issue with Retina displays (iP...
Medardas asked 31/10, 2017 at 15:23
1 Next >
© 2022 - 2025 — McMap. All rights reserved.