Quantum Data 801GC User Manual
Page 266

6-140
Chapter 6: Programming
Model 801GC, 801GF & 801GX¥Rev. A
IMGA
IMaGe save As
Classification:
Image memory management
Command Syntax:
IMGA
Limits:
(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:
I M G A M Y _ I M G / / S a v e w i t h t h e n a m e
/ / " M Y _ I M G "
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:
I M G N / / I n i t i a l i z e i m a g e e d i t b u f f e r
I M G B / / S t a r t i m a g e e d i t i n g s e s s i o n
/ / O n e o r m o r e i m a g e e d i t i n g
/ / c o m m a n d s
/ / . . .
I M G E / / E n d i m a g e e d i t i n g s e s s i o n
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:
I M G B / / S t a r t i m a g e e d i t i n g s e s s i o n
/ / O n e o r m o r e i m a g e e d i t i n g
/ / c o m m a n d s
/ / . . .
I M G A M Y I M G _ 0 2 / / S a v e e d i t e d i m a g e a s
/ / M Y I M G _ 0 2
I M G E / / E n d i m a g e e d i t i n g s e s s i o n