looks-same
looks-same copied to clipboard
Comparing of transparent pixels is broken in iojs 3.0.0
For some reason two very similar images that contains semi-transparent pixels are considered different.
reference

current

diff

Smaller example, enlarged 8x:
reference

current

diff

This is how the images looks next to each other in Gimp, with a red background added.

One can see that there is a small small variance in the shading. I have the tolerance set to 5 however so that should work.
The strangest part about all this is that it works in Node.js 0.12 but not on iojs 3.0.
Should be handled by #12
@LinusU can you check it now with v3.1.0?