Do problem 3.3 (on page 109) from this document. [3pts]
Write a function which swaps the blue and red component of an image. [3pts]
Write a function which makes an image black and white (not greyscale)... That is, the pixels should either have the RGB value of (0, 0, 0) or (255, 255, 255). [3pts]