Skip to content

aitouakrim10/decoder-jpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JPEG to PPM Decoder in C

Folder Structure:

  • src: Contains the .c files
  • include: Contains the .h header files
  • obj: Contains the .o object files
  • bin: Contains the executable jpeg2ppm
  • images: Contains test images in .jpeg and .jpg formats

Instructions to Run the Decoder:

  1. Compile the decoder using:
    make
  2. Run the executable jpeg2ppm with the following command:
    ./jpeg2ppm <image_name>.jpeg
    Replace <image_name>.jpeg with the name of the JPEG image you want to decode.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published