Quantum Data 801GC, 801GF, 801GX Portable Generator User Manual


 
6-140 Chapter 6: Programming
Model 801GC, 801GF & 801GX¥Rev. A
IMGA IMaGe save As
Classification: Image memory management
Command Syntax: IMGA <name>
Limits: <name> = a valid MS-DOS filename
(8 characters minus any extension)
Query Syntax: None
Description: The IMGA command saves the current contents of the image
edit buffer using the given name.
Other Required Cmds: None
Example: IMGA MY_IMG // Save with the name
// "MY_IMG"
IMGB IMaGe editing Begin
Classification: Image editor control
Command Syntax: IMGB
Query Syntax: None
Description: The IMGB command marks the beginning of an image editing
session.
Other Required Cmds: Either an IMGL command to load an existing image or an IMGN
command to create a new image. IMGE when ending the editing
session.
Example: IMGN // Initialize image edit buffer
IMGB // Start image editing session
// One or more image editing
// commands
// ...
IMGE // End image editing session
IMGE IMaGe editing End
Classification: Image editor control
Command Syntax: IMGE
Query Syntax: None
Description: The IMGE command marks the end of an image editing session.
Other Required Cmds: IMGB when starting the editing session. Use IMGA or IMGS to
save changes.
Example: IMGB // Start image editing session
// One or more image editing
// commands
// ...
IMGA MYIMG_02 // Save edited image as
// MYIMG_02
IMGE // End image editing session