Problem
1. Write a function that pinkifies white in a picture. Input a picture, then check each pixel to see if the red, green, and blue are all over 100. If so, set that pixel to pink.
2. Write a function that decreases the green value by x% in the upper half of a picture, and increases it by y% in the lower half. Both x and y are inputs.