doilookfamiliar.com was a strange little JavaScript experiment. Upload an image. The script divides the image into a grid and samples the average color at each location.
Once calculated, the script renders the pixelated image with each block positioned relative to the mouse position. Moving the mouse renders a parallax effect.
Because the resulting image is rendered via JavaScript and CSS, you can view it even if you turn off images in your browser.

