Skip to content

Simple JPEG decoder built in Python without external modules for educational purposes.

Notifications You must be signed in to change notification settings

Exaphis/python-jpeg-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple JPEG decoder built in Python without external modules for educational purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages