The ImageAnimation object is used to build frame by frame animation.
import animation session.imageAnimation
This method creates an ImageAnimation object from the specified filename and format.
session.ImageAnimation
Required arguments
A String specifying the name of the animation file to generate.
A SymbolicConstant specifying the format of the generated file. Possible values are AVI, QUICKTIME.
Optional arguments
Return value
An ImageAnimation object.
Exceptions
This method adds a frame to the ImageAnimation object.
Required arguments
Optional argument
A sequence specifying the canvas objects to capture. The default is to capture all canvas objects.
Return value
Exceptions
This method closes the ImageAnimation object.
Arguments
Return value
Exceptions