This script explores the concept of compression in image processing. Compression is a process of removing or reducing redundancies in an image. This can be approached from either an optical or code-oriented perspective. Either way the goal of compression is to minimize file sizes while maximixing image quality. With this script I wanted to create code that takes this concept to the expreme, by removing redundancies to the point of breakage.