Compresses and decompresses a PGM image file using DPCM encoding and decoding.
This is an image compression project I wrote in C for a class in university.
All files and code in this repository were created by me, except for the makefile, image files, and the libpnm.c/libpnm.h files.
Please check out this https://GerritEMulder.github.io/compsci4481.html website for more information on the project