This project will consist of projecting three images. The first is a black and white image, the second is the closest image found in pi, the third is the current image in pi. The idea is you propose a black and white image. The image is then searched for in pi with even numbers being white and odd numbers being black. The metric is the number of pixels where the images do not match. The middle image image is the best matching image yet found. The third image is simply the current comparison image at whichever location of pi we are at. The algorithm stops when a perfect match is found. The 2nd image, the best matching image, displays the position and the number of errors.