CMSS 110 (Introduction to Computing)

Fall 2012 - Section 2

Assignment #5

Due by 4:00 pm on Tuesday November 13, 2012

Task: Write a program that generates a collage of processed images.

The collage should be created by applying image processing techniques to draw modified copies of a single image (or set of images) at multiple locations on your sketch window. At least four distinct modifications of the source image(s) should be used to create your collage.

For example, you may load your source image four times and then modify the pixel colors of each. The modified images can then be drawn multiple times on your sketch at various locations, rotations and sizes to form your collage.

Step 1: Create at least four modified images from the original, using distinct image processing techniques.  Example modifications include:

Step 2: Create a collage from the set of processed images that you generated in Step 1.

Requirements:
Carefully read the Assignment Submission Policy