Top "Ppi" questions

Detecting the system DPI/PPI from JS/CSS?

I'm working on a kind of unique app which needs to generate images at specific resolutions according to the device …

javascript css mobile dpi ppi
Getting actual screen dpi/ppi under windows

I would like to get the actual screen dpi/ppi, not the dpi setting used for font in C++. I …

c++ windows screen dpi ppi
DPI in Retina iPad app design

I don't know if this belongs in StackOverflow or some other SE site, but here goes. I have a PSD …

ios ipad retina-display dpi ppi
How to classify Android Devices based on DPI values?

In Android, various devices are classified into different categories based on their density. LDPI = 120 DPI MDPI = 160 DPI HDPI = 240 DPI XHDPI = 320 …

android screen-resolution dpi hdpi ppi
How big in 1pt?

i really need to know this. Everyone (hopefully) knows that dpi dont matter on the web, it doesnt matter if …

css dpi ppi
get device PPI in javascript

How to get real PPI (pixels per inch) device resolution with javascript? some examples of device and value expected: iMac 27…

javascript resolution ppi