Problem
Write a function to create a lightened gray scale image, by use make Lighter. First, lighten the image by using the make Lighter function on each color. Now, gray scale the new image. Compare the result to the picture created by the previous problem. How does make Lighter compare to adding 75 to each of the red, green, and blue components of every pixel?