AuthorTopic: Firefox 3 blurring pixel art question  (Read 37420 times)

Offline 32

  • 0011
  • **
  • Posts: 535
  • Karma: +1/-0
    • @AngusDoolan
    • http://pixeljoint.com/p/19827.htm
    • View Profile

Re: Firefox 3 blurring pixel art question

Reply #50 on: July 11, 2009, 08:09:21 am
Its not fixed in 3.5 but it is fixed in the 3.6. Link.

Offline Cow

  • 0011
  • **
  • Posts: 528
  • Karma: +1/-0
    • View Profile

Re: Firefox 3 blurring pixel art question

Reply #51 on: July 11, 2009, 08:48:12 pm
That works great, thanks for the link 32. ;D

Offline KhrisMUC

  • 0001
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile

Re: Firefox 3 blurring pixel art question

Reply #52 on: September 12, 2009, 08:18:16 pm
Hey guys,

I've just noticed something weird while playing around with Minefield: while the image zooming _appears_ to be correct, it unfortunately isn't.
It does use the nearest neighbor filter, but the image isn't resized to x2 but slightly more.
E.g. a mockup from the Megaman MF (256x224) gets resized to 569x497 (instead of 512x448), resulting in every other line having a width of 3 pixels.
Could this be a problem with pixelation's imagezoom script?

Offline ptoing

  • 0101
  • ****
  • Posts: 3063
  • Karma: +0/-0
  • variegated quadrangle arranger
    • the_ptoing
    • http://pixeljoint.com/p/2191.htm
    • View Profile
    • Perpetually inactive website

Re: Firefox 3 blurring pixel art question

Reply #53 on: September 12, 2009, 11:24:01 pm
Unlikely. It scales properly in IE, Opera, and Firefox.
There are no ugly colours, only ugly combinations of colours.

Offline Ai

  • 0100
  • ***
  • Posts: 1057
  • Karma: +2/-0
  • finti
    • http://pixeljoint.com/pixels/profile.asp?id=1996
    • finticemo
    • View Profile

Re: Firefox 3 blurring pixel art question

Reply #54 on: September 12, 2009, 11:45:55 pm
KhrisMUC: It probably just means your page zoom is set > 100%.
If you insist on being pessimistic about your own abilities, consider also being pessimistic about the accuracy of that pessimistic judgement.

Offline KhrisMUC

  • 0001
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile

Re: Firefox 3 blurring pixel art question

Reply #55 on: September 13, 2009, 02:28:33 am
So obvious.. :P
Sorry.

Offline Sly

  • 0001
  • *
  • Posts: 46
  • Karma: +0/-0
    • View Profile

Re: Firefox 3 blurring pixel art question

Reply #56 on: September 20, 2010, 02:50:58 pm
Sorry about the year leaping bump but just for future references I feel I need to post this here.

The Firefox blurring issue should be fixed by now as long as there is the following css in the sites style sheet.

Code: [Select]
img {image-rendering: -moz-crisp-edges;}

For people that want every site on the web to have pixel perfect images with no blurring please install the Firefox Addon called Stylish and add the following new style:


Code: [Select]
@namespace url(http://www.w3.org/1999/xhtml);

img {image-rendering: -moz-crisp-edges;}

This will remove blurring from all sites.  ;D
No zombies here.

Offline Helm

  • Moderator
  • 0110
  • *
  • Posts: 5159
  • Karma: +0/-0
    • View Profile
    • Asides-Bsides

Re: Firefox 3 blurring pixel art question

Reply #57 on: March 25, 2011, 05:12:46 pm
NECROPOST FOR JUSTICE

The css fix implemented for 3.x versions of firefox migrates to brand-new 4 perfectly as far as I can tell. Enjoy your browser update with sharp, crisp pixels.

Offline Helm

  • Moderator
  • 0110
  • *
  • Posts: 5159
  • Karma: +0/-0
    • View Profile
    • Asides-Bsides

Re: Firefox 3 blurring pixel art question

Reply #58 on: October 21, 2011, 05:13:36 am
NECROPOST THE SECOND.

recently I've killed firefox, it became too bloaty and unresponsive. I'm on chrome now. What's the status on crisp pixel zoom on it?

Offline Ninja Crow

  • 0001
  • *
  • Posts: 47
  • Karma: +0/-0
    • View Profile

Re: Firefox 3 blurring pixel art question

Reply #59 on: October 21, 2011, 06:42:53 am
I'm afraid it's still stuck in developer hell, Helm.

http://code.google.com/p/chromium/issues/detail?id=1502

This is where you can sign up for (infrequent) updates.