Skip to content

kenlina/JPEG_decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the jpeg decoder

Compile:

$ g++ main.cpp qdbmp.cpp

Assume that your output file is 'a.out'.

Usage:

./a.out jpeg_file

After executing a.out, we will get the file 'my_photo.bmp' which is the decoded photo.

Another way to compile:

Usage:

$ make

make for compile the decoder

$ ./my_jpeg jpeg_file

type the command above to decode the photo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published