Lab: CopyInto and Scaling
Matte Function:
I used a Monet painting to illustrate my matting function. The function basically creates a black canvas that is a certain amount of pixels(determined by the user) larger than the original picture. It then copies the original image onto the black canvas, centering it. This gives the picture a matte-like appearance.
Original Image:
Image matted:

TileWithQuarters function:
I used a photo of my friend Caiti to illustrate my tileWithQuarter function. This funtion takes an original image and scales it down, then copies the scaled down image four times onto the new canvas.
Original Image:
Image divided into Quadrants:
