Hacker News new | ask | show | jobs
by seanalltogether 5067 days ago
I actually submitted a bug to the chrome team about this. Both Apple and Google have screwed up their scaling algorithm, they're using bicubic scaling instead of nearest neighbor scaling and it make everything as you say look "gross"

You can see the issue here http://craftymind.com/factory/retinascaling/retina.html

1 comments

Why is nearest neighbor scaling better? It would make images look like on a non-retina display, but is that the best use of the additional pixels? Nearest neighbor scaling is usually considered one of the worse scaling algorithms, unless you're looking at pixel art.
Why go to the trouble of exactly doubling linear pixel density if you aren't even going to use nearest neighbor?