In this lab we learned how to blur images we were increasing or decreasing the size of.
This is the original picture.
In this picture I created a function called scaleUp that quadruples a picture then blurres it.

In this picture I created a function called scaleDown that blurres a picture and then quarters it.

In this picture I used scaleUp and then scaleDown.

In this picture I used scaleDown and then scaleUp.