Problem
1. Write a function to mirror an image vertically.
2. Write a function to create a lightened gray scale image. First, lighten the image by adding 75 to the red, green, and blue components of every pixel. Since higher numbers are closer to white, this should make the pixel lighter. Now, gray scale the new image.