Table of Contents

Module: Image ./Image.py

The Blender Image module

This module provides (yet) basic support for Blender Image data blocks

Example:

    from Blender import Image
    im = Image.Load('dead-parrot.jpg')


Functions   
Load
New
get
  Load 
Load ( filename )

Returns image from file filename as Image object if found, None else.

  New 
New ( name )

This function is currently not implemented

  get 
get ( name )

If name given, the Image name is returned if existing, None otherwise. If no name is given, a list of all Images is returned

Classes   
Image

Image DataBlock object


Table of Contents

This document was automatically generated on Mon Feb 25 13:52:14 2002 by HappyDoc version r1_5