Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 318 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 318 Bytes

jpeg

JPEG decoder in C without using any libs and SDL program to open decoder images.

Demo

You need to gcc and sdl2 installed on your machine

./demo.sh

Why?

I'm interested in codecs, so i started with JPEG. I needed to know how it works. So i write it's decoder in C without using any libs)