Did the resolution test on testufo
It says 2561 x 1441 when it should say 2560 x 1440 surely, added picture below.
That a glitch or normal?
Resolution
Resolution
- Attachments
-
- Screenshot 2026-01-17 151150.png (276.43 KiB) Viewed 12504 times
Re: Resolution
It's normal when you don't use 100% zoom factor in your browser.
Steam • GitHub • Stack Overflow
The views and opinions expressed in my posts are my own and do not necessarily reflect the official policy or position of Blur Busters.
The views and opinions expressed in my posts are my own and do not necessarily reflect the official policy or position of Blur Busters.
- Chief Blur Buster
- Site Admin
- Posts: 12192
- Joined: 05 Dec 2013, 15:44
- Location: Toronto / Hamilton, Ontario, Canada
- Contact:
Re: Resolution
Your web browser is not at 100% zoom so it's off-by-one rounding behavior at certain zoom ratios.
Web browsers make it extremely difficult for websites to display things at 1:1 native resolution during a zoomed state. However, I was able to create algorithms to un-do the browser zoom + un-do the OS DPI zoom for certain TestUFO tests. It works most of the time, but it is sometimes off-by-one.
No other websites successfully accurately do the 1:1 native resolution during these odd browser zooms, so I'm doing much more accurately.
Set your browser to a more common zoom of an even-numbered multiple or divisor of 100% (100% zoom or 200% zoom) and then www.testufo.com/resolution will be normal. It will often be slightly off for odd slight zooms like 90% or 110% zoom.
Head of Blur Busters - BlurBusters.com | TestUFO.com | Follow @BlurBusters on: BlueSky | Twitter | Facebook
Forum Rules wrote: 1. Rule #1: Be Nice. This is published forum rule #1. Even To Newbies & People You Disagree With!
2. Please report rule violations If you see a post that violates forum rules, then report the post.
3. ALWAYS respect indie testers here. See how indies are bootstrapping Blur Busters research!
Re: Resolution
It's off by one for me even at 100%. This appears to be due to Windows 10 DPI scaling (125% here.)Chief Blur Buster wrote: ↑20 Jan 2026, 22:00Your web browser is not at 100% zoom so it's off-by-one rounding behavior at certain zoom ratios.
Steam • GitHub • Stack Overflow
The views and opinions expressed in my posts are my own and do not necessarily reflect the official policy or position of Blur Busters.
The views and opinions expressed in my posts are my own and do not necessarily reflect the official policy or position of Blur Busters.
- Chief Blur Buster
- Site Admin
- Posts: 12192
- Joined: 05 Dec 2013, 15:44
- Location: Toronto / Hamilton, Ontario, Canada
- Contact:
Re: Resolution
Yes, it's a combination of (browser zoom & Windows DPI), not just browser zoom.RealNC wrote: ↑21 Jan 2026, 07:37It's off by one for me even at 100%. This appears to be due to Windows 10 DPI scaling (125% here.)Chief Blur Buster wrote: ↑20 Jan 2026, 22:00Your web browser is not at 100% zoom so it's off-by-one rounding behavior at certain zoom ratios.
Web browsers make it extremely difficult to get perfect 1:1 native resolution because the Javascript API's give me a 'fake resolution' and I have to apply a custom scaling factor.
Even when off by one, a test pattern will still (usually) be 1:1 native resolution by omitting a pixel row or pixel column.
I could hypothetically round off to the nearest clean even number (e.g. 1441 -> 1440) and compensate that way. I may do that (eventually) but for now, the ability to single-click to a 1:1 native test pattern -- without mandatorily requiring user to reconfigure zoom/DPI -- is still a neat new TestUFO 3.0 feature.
Head of Blur Busters - BlurBusters.com | TestUFO.com | Follow @BlurBusters on: BlueSky | Twitter | Facebook
Forum Rules wrote: 1. Rule #1: Be Nice. This is published forum rule #1. Even To Newbies & People You Disagree With!
2. Please report rule violations If you see a post that violates forum rules, then report the post.
3. ALWAYS respect indie testers here. See how indies are bootstrapping Blur Busters research!
