AuthorTopic: Official Off-Topic Thread  (Read 1004413 times)

Offline Helm

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

Re: Official Off-Topic Thread

Reply #1300 on: January 22, 2010, 12:59:27 pm
Finally. Updated. Hope ImageZoom add-on gets updated for 3.6 soon too. I can deal with Pixelation zoomer, but I'm too used to middleclick+mousewheel nowadays.

Offline 32

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

Re: Official Off-Topic Thread

Reply #1301 on: January 22, 2010, 01:08:27 pm
Assuming you're talking about this particular add on, it is.

Offline Helm

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

Re: Official Off-Topic Thread

Reply #1302 on: January 22, 2010, 01:53:51 pm
Oohh. Aahh. Thanks.

Offline SirBilly

  • 0001
  • *
  • Posts: 84
  • Karma: +1/-0
  • MS Painter
    • http://pixeljoint.com/p/14358.htm
    • View Profile

Re: Official Off-Topic Thread

Reply #1303 on: January 22, 2010, 08:23:11 pm

Offline Gil

  • 0100
  • ***
  • Posts: 1543
  • Karma: +1/-0
  • Too square to be hip
    • http://pixeljoint.com/p/475.htm
    • View Profile
    • My Portfolio

Re: Official Off-Topic Thread

Reply #1304 on: January 22, 2010, 09:59:43 pm
Quote
img[src$=".gif"] { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; }
img[src$=".png"] { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; }

This doesn't work. To see why, look at this image, which is a PNG:



Temporary fix, add these lines:

Code: [Select]
img[src$=".GIF"] { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; }
img[src$=".PNG"] { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; }

I'm sure there's a better way, but I can't be bothered to find out :)

Offline crab2selout.png

  • 0011
  • **
  • Posts: 643
  • Karma: +0/-0
  • lost my left-most pixel in the war
    • View Profile

Re: Official Off-Topic Thread

Reply #1305 on: January 23, 2010, 01:11:48 am
Quote
img[src$=".gif"] { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; }
img[src$=".png"] { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; }

This doesn't work. To see why, look at this image, which is a PNG:



Temporary fix, add these lines:

Code: [Select]
img[src$=".GIF"] { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; }
img[src$=".PNG"] { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; }

I'm sure there's a better way, but I can't be bothered to find out :)
I posted about that on pixel joint a short while ago.
http://pixeljoint.com/2009/06/15/2859/Fix_Firefox.htm

I've noticed a couple other instances that have failed. For example, somebody posted a gif with a jpg ending(it was a tinypic). It had filtering applied to it. I've also noticed some strangeness when someone posts a photbucket image with some id number stuff after the .png.

Offline Dusty

  • 0100
  • ***
  • Posts: 1107
  • Karma: +0/-0
    • View Profile

Re: Official Off-Topic Thread

Reply #1306 on: January 23, 2010, 03:40:35 am
Well if you want you can just be non-specific about it:
img { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; }

It will apply nearest-neighbor to all images that aren't at 100%. I'm probably just going to go with that, to simplify things, but those who may want to have it applied to jpegs and such might not like such a solution.

You can also do this:
img[src$=".gif"], img[src$=".GIF"], img[src$=".png"], img[src$=".PNG"] { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; }
To compress things a little.

You might also be able to pull something like this off:
img { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; }
img[src$=".jpg"], img[src$=".JPG"], img[src$=".jpeg"], img[src$=".JPEG"] { image-rendering: auto; -ms-interpolation-mode: bicubic; }


« Last Edit: January 23, 2010, 03:47:58 am by Dusty »

Offline .TakaM

  • 0100
  • ***
  • Posts: 1178
  • Karma: +1/-0
    • View Profile
    • Fetch Quest

Re: Official Off-Topic Thread

Reply #1307 on: January 23, 2010, 11:57:35 am
FINALLY, I can't believe this took so damn long, I really hate a lot of the new 'features' they don't give you a simple option to turn off too.

Don't even get me started on replacing the URL bar with this new "Location Bar" >:(
Life without knowledge is death in disguise

Offline politopo

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

Re: Official Off-Topic Thread

Reply #1308 on: January 23, 2010, 01:09:40 pm
Yes! Yes! Yes! Yes! Yes!
ok I will stop
(Yes!)

Offline Arne

  • 0010
  • *
  • Posts: 431
  • Karma: +1/-0
  • Panties.
    • View Profile
    • AndroidArts

Re: Official Off-Topic Thread

Reply #1309 on: January 23, 2010, 03:05:29 pm
Just upgraded to 3.6. Remembered and old post of mine:

I made a test page using this page as a reference. Note that the top lest corner of the blurred image will be crisp because the image is cropped there. The right side has some air (a white edge) and is thus blurry.

The gif is indeed crisp for me now :)

I wish that I had enough beard to grow a Van Dyke or sideburns up around the upper lip.