Skip to content

cefqrn/jpeg-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jpeg-decoder

A jpeg decoder originally made to solve a Kattis problem.

The test program prints out the supplied image using spaces colored with ANSI 24-bit color escape codes.

The examples are my own images. Krita was used to scale and remove chroma subsampling from the no_subsampling examples. FFmpeg was used otherwise.

Currently Supported

  • Baseline DCT

Usage

# setup
make

# print image
./bin/test <file>

Resources

About

A JPEG decoder made in C

Topics

Resources

License

Stars

Watchers

Forks

Contributors