I've made some tests on macOS 10.13 with dppx.
macOS has 4 scales:
- 1680 х 1050
- 1440 х 900 (as default begin 2016+)
- 1280 x 800 (as default untill 2016)
- 1024 х 640
I've cheched dppx (using this online service) and as a results, I've always got 2dppx!
Why? What am I doing wrong? This is a bug?
macbook resolution is 2560*1600, assuming that I have 2 dppx, real scaling is: 2560 / 2dppx x 1600 / 2 dppx === 1280 x 800
Other scalling is:
- 1680 х 1050 = 1.52 dppx
- 1440 х 900 = 1.77 dppx
- 1280 x 800 = 2 dppx
- 1024 х 640 = 2.5 dppx
I'm right? If so, why do the tools for checking dppx always write 2dppx?