Blurred Images Are Everywhere
11–20 of 43 posts
Re: Blurred Images Are Everywhere
#12Chrome looks basically the same, so I didn't bother screengrabbing that.
Re: Blurred Images Are Everywhere
#13Re: Blurred Images Are Everywhere
#14This is true but I don't think it's a very big problem. Most recent phones have ridiculous high screen resolutions so the blurring is completely invisible. Desktop PCs tend to have large screens, so not much downscaling is needed, and high-DPI screens are getting more common there too.
It's definitely a good idea to use SVGs for line art, if possible. And browsers ought to use better resizing filters, it's not exactly rocket science.
But with a high-DPI screen, even low-quality resizing looks fine.
Re: Blurred Images Are Everywhere
#15Firefox 59.0a1 results on macOS, the difference is massive: https://kristofferr.com/files/screens/Screenshot%202017-11-1... Chrome looks basically the same, so I didn't bother screengrabbing that.
Maybe some Mozilla devel can confirm this?
Re: Blurred Images Are Everywhere
#16I'm not seeing much difference in the photos, but with the logos it is certainly noticeable and in some cases even affects readability.
https://cdn-images-1.medium.com/max/1000/1*QTXhwd9fNvtIK1sJn... vs https://cdn-images-1.medium.com/max/1000/1*ayqwAraBmA8AR6XWa...
https://cdn-images-1.medium.com/max/1000/1*6mlqCoOWR-8rwZ2RD... vs https://cdn-images-1.medium.com/max/1000/1*Ex3O6Av63L6ge4riu...
Re: Blurred Images Are Everywhere
#17Firefox 59.0a1 results on macOS, the difference is massive: https://kristofferr.com/files/screens/Screenshot%202017-11-1... Chrome looks basically the same, so I didn't bother screengrabbing that.
Re: Blurred Images Are Everywhere
#18So what does that do, algorithmically speaking?
(If I search for it, I get lots of pages saying the property is broken.)
Re: Blurred Images Are Everywhere
#19Re: Blurred Images Are Everywhere
#20The key observation is a) responsive web pages often use large images and rely on the browser to scale them down; b) browsers do a bad job of resizing compared to e.g. Photoshop. This is true but I don't think it's a very big problem. Most recent phones have ridiculous high screen resolutions so the blurring is completely invisible. Desktop PCs tend to have large screens, so not much downscaling is needed, and high-D…