Skip to content

yasoob/Baseline-JPEG-Decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.