Problem
1. Write a function that loads an animation and reads the frames in sequence. Also write a function to vary the sharpness of an image.
2. Write a general crop function that takes a source picture, the start X value, the start Y value, the end X value, and the end Y value. Create and return the new picture and copy just the specified area into the new picture.