Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 290 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 290 Bytes

JPEG-Baseline-Decoder

This is a pure C program (legacy) to decode a Baseline JPEG compressed image. Decoded data (image pixel values) are stored imageDecoded array.

The codes are messy. I am working on cleaning them up right now and hopefully will release a much cleaner version soon.