documentation indexreference manualfunction index

im.Tile

Function: im.Tile (im, size=None, **properties):

This tiles the image, repeating it vertically and horizontally until it is as large as the specified size. If no size is given, then the size defaults to the size of the screen.

Example

init:
    image blinds tiled = im.Tile("blindstile.png")



documentation indexreference manualfunction index