- Mar 16, 2019
- 3,861
All Chromium browsers have a problem with image rendering. The images are blurry, less detailed and low quality compared to the crisp and sharp images on Firefox.
I don't know if it happens for 100% of the users but personally I have asked 5 people with 5 different PC configuration to check this out for me and they have confirmed this including @silversurfer whom I asked few months ago. I noticed this for the first time almost 3 years ago but being a Firefox user I didn't bother and it was one more reason for me to stick to it. But I did show this to two of my Chrome user friends and after that they both installed Firefox for browsing Flickr only.
There are also many complaints online. Like these:
Blurry downscaled images in the Chrome 84
Blurry downscaled images in Chrome
Images little Blurry in Chrome
And of course here's a 5 years old bug on Chromium bugs which somehow hasn't been fixed yet:
Issue 562162: Background images are blurred when scaled down since 46
If you've always used a Chromium browser you may not know what I'm talking about so in order to check it by yourself you'll have to install Firefox and compare to see what I'm talking about.
For a basic test, look no further than my own DP here on MalwareTips. It's quite blurry on Chromium browsers but sharp and clear on Firefox. It's also clearly noticeable on my system in @Gandalf_The_Grey's current DP.
For a larger image you may take a look at this picture:
2020 Nissan Frontier review: Past meets future
Open this in a Chromium browser & Firefox and compare the details of the car as well as the background. No explanation is needed I think.
For average users this may not be a big deal but a serious issue for photographers around the world.
It needs to be fixed soon. The number 1 browser engine of the world rendering blurry images makes no sense.
YouTube video also plays better on Firefox with 0 frame drops while frame dropping is common in Chromium.
Btw, both problem seems to go away if you disable hardware acceleration but that would put more pressure on the CPU so not an acceptable solution.
Among the links posted above there's a suggested solution which kind of works pretty well to minimize the image rendering problem.
This CSS needs to be loaded by the browser in every webpage.
I don't know how to make the browser load this CSS on every page so I'm using this extension to do so,
Stylus
Let us know if you're also seeing this image rendering variance on Chromium vs Firefox and I would really appreciate if you also send feedback to the Microsoft Edge and Brave team.
I don't know if it happens for 100% of the users but personally I have asked 5 people with 5 different PC configuration to check this out for me and they have confirmed this including @silversurfer whom I asked few months ago. I noticed this for the first time almost 3 years ago but being a Firefox user I didn't bother and it was one more reason for me to stick to it. But I did show this to two of my Chrome user friends and after that they both installed Firefox for browsing Flickr only.
There are also many complaints online. Like these:
Blurry downscaled images in the Chrome 84
Blurry downscaled images in Chrome
Images little Blurry in Chrome
And of course here's a 5 years old bug on Chromium bugs which somehow hasn't been fixed yet:
Issue 562162: Background images are blurred when scaled down since 46
If you've always used a Chromium browser you may not know what I'm talking about so in order to check it by yourself you'll have to install Firefox and compare to see what I'm talking about.
For a basic test, look no further than my own DP here on MalwareTips. It's quite blurry on Chromium browsers but sharp and clear on Firefox. It's also clearly noticeable on my system in @Gandalf_The_Grey's current DP.
For a larger image you may take a look at this picture:
2020 Nissan Frontier review: Past meets future
Open this in a Chromium browser & Firefox and compare the details of the car as well as the background. No explanation is needed I think.
For average users this may not be a big deal but a serious issue for photographers around the world.
It needs to be fixed soon. The number 1 browser engine of the world rendering blurry images makes no sense.
YouTube video also plays better on Firefox with 0 frame drops while frame dropping is common in Chromium.
Btw, both problem seems to go away if you disable hardware acceleration but that would put more pressure on the CPU so not an acceptable solution.
Among the links posted above there's a suggested solution which kind of works pretty well to minimize the image rendering problem.
This CSS needs to be loaded by the browser in every webpage.
This is not an ideal solution because it's often over sharpening images on my system. Edges don't look smooth and the emoji icons here on MT also looks bad. So, it's not comparable to Firefox but a huge improvement over the default rendering.img {
image-rendering: -webkit-optimize-contrast;
}
I don't know how to make the browser load this CSS on every page so I'm using this extension to do so,
Stylus
Let us know if you're also seeing this image rendering variance on Chromium vs Firefox and I would really appreciate if you also send feedback to the Microsoft Edge and Brave team.