PDA

View Full Version : Filtered screenshots


musashi5150
10 May 2011, 21:04
When I look at the screenshots in HOL they are very nice and I enjoy them :) If I want to get a closer look at something and choose the 2x option some filtering is applied to the image and it isn't sharp any more. Personally my preference would be to have a real 2x zoom without any filter.

It's probably just my taste as I love pixels, but let's make a poll to see how you guys feel about it. I know how everyone loves a poll :D

TheCyberDruid
10 May 2011, 21:06
It's your browser. No filtering is applied by HOL.

musashi5150
10 May 2011, 21:07
I've tried IE and Chrome and they both do it :(

TheCyberDruid
10 May 2011, 21:09
Also in FF. The HTML source simply makes a 320x256 screenshot 640x512 (<img height="512" width="640">).

Retro-Nerd
10 May 2011, 22:19
Maybe this CSS setting works in Firefox, to avoid the blur in upscaled screenshots?
image-rendering: -moz-crisp-edges;

http://stackoverflow.com/questions/388492/firefox-blurs-an-image-when-scaled-through-css-or-inline-style

https://developer.mozilla.org/En/CSS/Image-rendering