To do this, you can use the explorer to figure out which pixels you want to mirror. In this case, you would find that you want to mirror rows 27-96 (inclusive) and columns 13-275 (inclusive).
To work with just part of a picture, you just need to change the starting and ending values of your nested for loops. You should check out the mirrorTemple method in the Picture class to see this in action.
-----Part VI Part VIII-----