Assignment due by 11:59 pm on Wednesday, October 21, 2009

Assignment submission instructions:

Assignment Instructions

Write a C program that reads in an image in PPM format, applies a color filter to it and outputs the resulting image to a file in PPM format.

Here are several examples of how you might use your program. Note that these are only examples. Your colorFilter program must accept arbitrary RGB values that specify the color of the filter, as command line arguments.