The ImageChops Module
offset #
ImageChops.offset(image, xoffset, yoffset) ⇒ image
ImageChops.offset(image, offset) ⇒ image
Returns a copy of the image where data has been offset by the given distances. Data wraps around the edges. If yoffset is omitted, it is assumed to be equal to xoffset.
