documentation indexreference manualfunction index

im.Image

Function: im.Image (filename, **properties):

This image manipulator loads an image from a file.

filename - The filename that the image will be loaded from.

Note that Image is an alias for im.Image.

Example

init:
    image cyan = im.Image("cyan.png")



documentation indexreference manualfunction index