documentation indexreference manualfunction index

im.Rotozoom

Function: im.Rotozoom (im, angle, zoom, **properties):

This is an image manipulator that is a smooth rotation and zoom of another image manipulator.

im - The image to be rotozoomed.

angle - The number of degrees counterclockwise the image is to be rotated.

zoom - The zoom factor. Numbers that are greater than 1.0 lead to the image becoming larger.

Example

init:
    image eileen rotozoom = im.Rotozoom("9a_happy.png", 15, 0.9)



documentation indexreference manualfunction index