Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 568 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 568 Bytes

Baseline JPEG Decoder

This repo contains the code for decoding a baseline encoded, YCrCb image using Python. The code is modified from Raul Aguaviva's MIT licensed micro-jpeg-visualizer repo. I made some stuff more explicit for better understanding. This is highly unoptimized code so don't use it in any production project. I have written an article that explains this code-base in a step-by-step fashion. You can read it on my blog.