This program is to builds a simple library of image processing functions in C. The library is then used to create a program that can read in a PPM image, apply a filter to it, and then write the modified image to a new file.
If you'd like to contribute to c_image_processing please submit a pull-request on a feature branch.
Clone the repo:
git clone https://github.com/VerzatileDevOrg/C_image_processing
cd c_image_processing