This is a Command Line Application written in C that modifies a PPM Image.
Applies a Sepia filter to the PPM Image
To execute use the following format: sepia input.ppm output.ppm\n
Makes the Image 4 times larger
To execute use the following format: grow input.ppm output.ppm\n
Creates a duplicate of the Image
To execute use the following format: copy input.ppm output.ppm\n
The Image needs to be in the standard Portable Pixel Map Format.
For more on Standard PPM Image specifications visit:
A Detailed Description By SourceForge