python-jpeg-decoderSimple JPEG decoder built in Python without any external modules.InfoThis project was built for Math Seminar at Park Tudor.Currently only supports baseline JPEGs.Outputs debug information of JPEG segments encountered, emulating the format of JPEGSnoop.UsageTo use, modify IMAGE_TO_OPEN in jpeg.py and run it.Example