.: Programming Project 2
Collage :..
| For the second programming project, I was instructed to make a collage using one image. I was to include in the collage the original, as well as four variations of the image using techniques learned from class. However, I decided to be a bit more ambitious, and the result is below. The photograph used was taken several years ago, in the classroom of a Japanese elementary school. |
| The larger, central image is the original photo used to make the collage. As part of the function, the size was copied to make a blank canvas, after which it was quartered and copied into the center. For the small images, from left to right and top to bottom, the functions used: made the image negative, removed red, removed blue, removed green, made grayscale by averaging , made every other row and collumn red, made grayscale by altering values, made every four rows blue and every four collumns orange, made the image periwinkle and negative, made a mirror image, turned the image counter clockwise twice, and cropped out all but the upper left of the center image. All save that last effect also involved making the images 1/8 of their normal size before the other effects were added, and all involved using 'copyInto' to place the images. |
Back to: Sarah's Web Project Page
Last updated: May 11, 2008