Downscaled images are blurred in Chromium-based browsers

Group Leader
Joined
Dec 1, 2019
Messages
32
Images that are downscaled get blurry in Chromium based browser

To fix, it just needs the
Code:
image-rendering: -webkit-optimize-contrast;
CSS applied to the
Code:
img
element

Look at my comparison below to see the improvement (I applied the style myself)
PS it is the same case on images in the forums as well

Before:
gtFGXCU.png

After:
5zzB5DQ.png
 
Joined
Aug 7, 2018
Messages
17
Does the same thing happen with a different GPU settings chosen in chrome://flags? It's also possible it could be related to DPI or Device Scale Factor if not using 1:1. When I test this on Windows 7, Chrome 81.0.4044.129 is softer than Firefox but nowhere near the level of your screenshots.

https://i.imgur.com/fW1weOC.png
 
Group Leader
Joined
Dec 1, 2019
Messages
32
@Cyberbeing
Does the same thing happen with a different GPU settings chosen in chrome://flags?

The flag "Override software rendering list" seemed to have been responsible for it being overly blurry
 

Users who are viewing this thread

Top