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

Offline Helm

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

Re: Firefox 3 blurring pixel art question

Reply #60 on: October 21, 2011, 08:33:29 am
Dang. I'll survive. I like chrome otherwise.

Offline blumunkee

  • 0010
  • *
  • Posts: 325
  • Karma: +1/-0
    • View Profile

Re: Firefox 3 blurring pixel art question

Reply #61 on: October 21, 2011, 01:54:08 pm
https://bugs.webkit.org/show_bug.cgi?id=56627

It looks like now that people want to create video games in HTML Canvas without the pixel art blurring horribly, WebKit will finally get a CSS tag for crisp image zoom. It's in the nightly builds now, after which point it should make it into stable builds of WebKit, after which point it should be rolled into stable builds of Chrome.

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 #62 on: October 21, 2011, 02:00:45 pm
Crow already informed me of the fix and it is in our CSS style sheet. If it works of course will depend on the browser build.
There are no ugly colours, only ugly combinations of colours.

Offline Sly

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

Re: Firefox 3 blurring pixel art question

Reply #63 on: October 21, 2011, 03:22:10 pm
Finally they added a fix. Thanks for the update guys.

Hopefully it will hit mainstream Chrome and we can finally put the interpolation wars to rest.
No zombies here.

Offline Crow

  • 0011
  • **
  • Posts: 647
  • Karma: +0/-0
  • Technicanimal
    • View Profile

Re: Firefox 3 blurring pixel art question

Reply #64 on: October 21, 2011, 08:37:47 pm
Good to see that this is finally getting into the release versions of everything. Took them long enough :P
Discord: Ennea#9999

Offline Ninja Crow

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

Re: Firefox 3 blurring pixel art question

Reply #65 on: October 23, 2011, 11:54:43 am
Yay!
 :)

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 #66 on: December 21, 2011, 11:29:45 am
Started getting blurring again, but only on pixelation, using firefox 9. Seems like the usercontent fix is still working for every other site, even viewing an image will let me zoom nearest neighbor, only happening when I zoom in a pixelation thread, only in posts, avatars, and stuff scale fine (using imagezoom).
« Last Edit: December 21, 2011, 11:31:36 am by 32 »

Offline Conzeit

  • 0100
  • ***
  • Posts: 1448
  • Karma: +3/-0
  • Camus
    • conzeit
    • View Profile
    • CONZEIT

Re: Firefox 3 blurring pixel art question

Reply #67 on: March 21, 2012, 08:24:27 pm
Hey, I'm getting the blurring too  :mean:

The old fix in about:config from that Pixeljoint news update stopped working, since there IS no gfx.image anymore, also I found this lead https://developer.mozilla.org/en/CSS/image-rendering that points to some gecko extension but I cant seem to find it, doesnt seem to be a client-side fix, most likely something serverside or browserside

Offline Jeremy

  • 0010
  • *
  • Posts: 139
  • Karma: +0/-0
  • howdy
    • pixellerjeremy
    • http://pixeljoint.com/p/19218.htm
    • pixellerjeremy
    • View Profile

Re: Firefox 3 blurring pixel art question

Reply #68 on: March 21, 2012, 10:17:02 pm
Not ideal, but this is what I do:

Quote
Download 'Stylish', there should be a little 'S' symbol in the bottom left corner of your browser.  Click on that and choose: write new style > for this URL.   Then it opens a window with some code in it.  Just delete everything in there and paste the code below.  Then enable the style.

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("pixeljoint.com") {

/*Main Styles*/

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

}

Offline Vakinox

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

Re: Firefox 3 blurring pixel art question

Reply #69 on: March 21, 2012, 10:47:45 pm
Shouldn't you change the dd to this site's like so?:

Quote
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("wayofthepixel.net") {

/*Main Styles*/

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

}

Even so though, it doesn't work for this site.
Atleast not for me anyways.
Although it does work for PixelJoint.