Top "Dpi" questions

DPI stands for Dots Per Inch

How to access screen display’s DPI settings via javascript?

Is there a way to access the screen display's DPI settings in a Javascript function? I am trying to position …

javascript dpi display-dpi
Android xxx-hdpi real devices

I'm gonna release my app, it's a 1.2Mb apk that includes about 120 icons in 4 different formats (ldpi, mdpi, hdpi, x-hdpi). …

android icons dpi android-icons
Printing page with bootstrap 3

I've been looking through a lot of answers here on stackoverflow that semi-cover what I'm wondering about, but haven't found …

printing twitter-bootstrap-3 dpi
Programmatically change image resolution

I have calculated that if I want my generated image to be A4 size @ 600dpi for print purpose, it needs …

python image resolution dpi
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
How do dp, dip, dpi, ppi, pixels and inches relate?

I was reading dp, dip, px, sp measurements, but I still have some questions about dp/dpi vs ppi vs …

mobile user-interface pixels dpi density-independent-pixel
How to set the DPI of Java Swing apps on Windows/Linux?

If you have an monitor with a DPI over 150 (such as Macbook Pro), you may also find the problem: the …

java swing matlab fonts dpi
Set the size of ggsave exactly

R question. I got so confused by the width, height, dpi and unit. Why the following two size different? ggsave(…

r ggplot2 dpi
How can I get the DPI in WPF?

How can I get the DPI in WPF?

wpf dpi
How to configure an app to run correctly on a machine with a high DPI setting (e.g. 150%)?

I've created a simple Winforms application in C#. When I run the application on a machine with high DPI settings (…

c# winforms fonts dpi dpi-aware