LWN.net Logo

Retina display support

Retina display support

Posted Jan 13, 2013 0:22 UTC (Sun) by alankila (subscriber, #47141)
In reply to: Retina display support by jimparis
Parent article: Firefox 18 is now available

Acceptable, but I think some kind of gaussian blurring combined with edge enhance would be a reasonable choice for at least natural photographs. Ultimately we DO know that the image is almost certainly not composed of tiny squares of colors in the real world, perfectly aligned to fall into the camera's pixel grid, after all.

So it is my faith that we can do better than that, and not even try very hard; the trouble may be in the corner cases where it would appear that we do worse. For instance, over/undersaturation is a risk for edge enhancements that are somehow tangentially involved in algorithm like this. How would you represent color that has negative luminosity? You can't, so for some cases the algorithm would have to degrade naturally.


(Log in to post comments)

Retina display support

Posted Jan 14, 2013 7:59 UTC (Mon) by ekj (guest, #1524) [Link]

When the image is a result of capturing the real world on a camera-sensor, then this is indeed true, and as you say, algorithms that do more funky things than pixel-doubling perform well.

But we don't know that, generally speaking. (though we can attempt to detect it) Lots of images are the result of computation, they might be output from a graphing-library, for example.

What works well for a photo of a face, doesn't always work well for output from gnuplot.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds