Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 451 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 451 Bytes

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

example