A program that applies custom kernels to a PGM image as an input file for correction or applying filters. The output image will be in the same format. Only P2 format is supported.
This project uses CMake build tool. See how to build using CMake.
- Place the file to process under
images/
, name itsample.pgm
(or change the default name and/or path inmain.c
) - The output images will be placed under
[your build folder]/output/
, you can change it insavePGMImage
underpgm.c
.