striking 2 days ago

There's a video that's quite convincing: https://youtu.be/K0Xio5yo_x8

It inverts the second image and passes the first and third images under it, and when there is a complete overlap the combined images make a nearly perfectly gray rectangle, showing that they cancel out.

jldugger 2 days ago

Look at the "scratch" on the right end of the leftmost dash. That "noise" shouldn't be replicated, right?

Lammy 2 days ago

Try looking at the artifacts, not the actual bands. There's a little black hairline on the top right corner of the leftmost band, and a similar line toward the left of the middle band.

barbazoo 2 days ago

The page has another comment with an animation where they're overlaying the images to show how similar (same?) they are.

colechristensen 2 days ago

Any image manipulation program like photoshop with layers, you put the suspect images on top of one another and use filters to subtract one layer from the other (I'm not sure which filter operation works best, it might be multiply or divide) and then work to align the two layers. Differences and similarities become extremely obvious.

You can also get the raw pixel information by converting to a bitmap and comparing values, but it's easier visually because it's pretty trivial for a simple image modification to change all of the pixel values but still have the same image.