JPEG decoder in C without using any libs and SDL program to open decoder images.
You need to gcc
and sdl2
installed on your machine
./demo.sh
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)