File Control

This GUI area is used to load and save the ".tcl" source files for the graphic being edited, and for saving ".pbm" files of the rendered image. the source files contain the complete state of the GUI, including a "current state" of the image and all of the frames that have been created. The GUI area has the following appearance:
 

Load

This button causes a dialog to be entered in which the name of a file containing the Tcl source of an existing image may be specified,
and this image is loaded, displacing any image currently loaded. The filename is remembered for use in a subsequent  Save  operation.
 

Save As

This button causes a dialog to be entered in which the name of a source file to be created to save the state of the GUI is specified. The filename is remembered for use in a subsequent  Save  operation.
 

Save

The state of the GUI is written to the file with the name used in the last Load or Save As operation. This option is disabled until a "Load" or "Save As" operation is successfully performed.
 

Save Image As

This button causes a dialog to be entered in which the name of a file is specified to which the current rendered image is written as a
PBM or PPM file. The image is re-rendered using the same parameters as the last render operation to the Perspective View.
 

Save Image

This button causes the current rendered image to be written as a PBM or PPM file with the filename remembered from the last  "Save
Image As"  operation. If there was no such operation, then this button is not enabled.