- 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
- Compile the decoder using:
make
- Run the executable
jpeg2ppm
with the following command:Replace./jpeg2ppm <image_name>.jpeg
<image_name>.jpeg
with the name of the JPEG image you want to decode.