Lost Levels Forums

The time now is Fri Apr 19, 2024 4:39 pm

missing: ballz's website
Goto page Previous  1, 2
 
Post new topic   Reply to topic    Lost Levels Forum Index -> Video Game General
View previous topic :: View next topic  
Author Message
TheRedEye
The Internet's Frank Cifaldi
The Internet's Frank Cifaldi


Joined: 26 Aug 2003
Posts: 4192
Location: Oakland, CA

PostPosted: Wed Sep 05, 2012 4:12 pm    Post subject: Reply with quote

Right, that's exactly what he's saying. In the old days we all did it because browsers would stretch the equivalent of "nearest neighbor," but they haven't done that for a long time now.
Back to top
View user's profile Send private message Send e-mail AIM Address
ICEknight



Joined: 15 Dec 2003
Posts: 569

PostPosted: Wed Sep 05, 2012 11:09 pm    Post subject: Reply with quote

Have you guys tried putting this in the CSS?

img {
image-rendering:optimizeSpeed; /* Legal fallback */
image-rendering:-moz-crisp-edges; /* Firefox */
image-rendering:-o-crisp-edges; /* Opera */
image-rendering:-webkit-optimize-contrast; /* Chrome (and eventually Safari) */
image-rendering:optimize-contrast; /* CSS3 Proposed */
-ms-interpolation-mode:nearest-neighbor; /* IE8+ */
}
Back to top
View user's profile Send private message Visit poster's website
Xkeeper



Joined: 04 Nov 2005
Posts: 327
Location: Henderson, NV

PostPosted: Thu Sep 06, 2012 1:15 am    Post subject: Reply with quote

That's close to what TCRF uses and I can verify that Chrome flat out ignores that (I'm subscribed to a bug entry about it, even).

Given that Chrome is a pretty big share of browser space these days... yeah.
Back to top
View user's profile Send private message Send e-mail AIM Address
Display posts from previous:   
Post new topic   Reply to topic    Lost Levels Forum Index -> Video Game General All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

RSS


Powered by phpBB 2.0.23 © 2001, 2002 phpBB Group