python-jpeg-decoder Simple JPEG decoder built in Python without any external modules. Info This 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. Usage To use, modify IMAGE_TO_OPEN in jpeg.py and run it. Example