HanalogInstruments / BaselineJPEG_in_python

A python implementation of baseline JPEG decoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JPEG Decoder in Python

This is a python implementation of baseline JPEG decoder, as a programming homework for Lesson Advanced Signal Processing.

This code is mainly from Yasoob Khalid's excellent blog, by replacing Huffman Tree and IDCT with better implementation, and adding support to sub-sampling case like 420.

Zhiyuan April 10, 2022

About

A python implementation of baseline JPEG decoder


Languages

Language:Python 100.0%