Problem
1. Write a program that allows the user to pick a file, halves the green value of each pixel in the picture, and shows the picture.
2. Write a program that allows the user to pick a file and makes it gray scale; it should calculate the average of red, green, and blue values of each pixel and then set the red, green, and blue values to that average.