Basic Image Manipulation in C
Run main.C file with any image of PNM (P6) file type. Example image is "input.pnm"
- Compile with makefile using 'make'
- ./imageManipulation inputFile outputFile
Filters that can be applied:
- Image Shrinking
- Concatenation of two Images (Left-Right, Top-Bottom)
- Cropping
- Blending of two Images
- Transposition
- Inversion of color