This is an excerpt from The Python Imaging Library Handbook, taken from the chapter The ImageChops Module.

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.

[read this entry in context]

A Django site. rendered by a django application. hosted by webfaction.