Assignment due by 11:59 pm on Wednesday, December 2, 2009

Assignment submission instructions:

Assignment Instructions

Write a C program that can be used to blend two 640x480 PPM images. Your program accepts 3 filenames on the command line as shown below:

composite blueScreenImage.ppm someOtherImage.ppm blendedImage.ppm.

The blended image is a composition of the other two images and includes only the non-blue screen pixels from the first image. All the other pixels in the blended image come from the second image.

Here is an example of this process.

Student submissions: Ryan Gates: 1, 2, Dustin Souders, Josh Basnight , Michael Allen