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 to create the same picture as was produced
by last render operation to the Perspective View. The "Width" and "Height"
entryfields allow the resolution of the image to be specified. The default
values of 320 and 200 respectively match the resolution of the perspective
view. Note that rendering time will increase if larger values are used.
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, and the values for "Width" and "Height" currently specified
in the entryfields . If there was no previous "Save Image As" operation,
then this button is not enabled.