Problem
1. Write a general "blue-ify" function. Write a function that accepts a picture as input, then doubles the blue value of every pixel and cut the red and green values in half.
2. Write a general "red-ify" function. Write a function that accepts a picture as input, then doubles the red value of every pixel and cut the blue and green values in half.