Assignment due by 11:59 pm on Wednesday, December 2, 2009
Assignment submission instructions:
- Download the following C program and add your code to it as described in the file.
- Rename it using your UNCW username like this: abc1234_a4.c
- Make sure to type your name in at the top of the program and read the statement that follows.
- Login to your UNCW email account
- Create an email addressed to narayans@uncw.edu with the subject:Your Name: CSC 112 Project 4 Submission
- Copy yourself on the email.
- Attach your C program file, and ONE example composition that includes your photograph, to the email.
- Send the email before the deadline.
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