Problem
1. Write a function to mirror along the diagonal from (0, 0) to (width, height).
2. Write a function to mirror along the diagonal from (0, height) to (width, 0).
3. The function copy Horse Larger didn't really work when we copied the pixel twice. What if we copied it four times? Does that look better?