Video Test Generator User Guide 353
GMAPGet pixel MAP from frame buffer
Class Bitmap image control
Description The GMAP command
Command syntax GMAP width height x y name
width
height
x
y
name
Other required
commands The contents of the temporary buffer can not be edited directly. The MAPL command must
be used to copy the temporary buffer contents to the edit buffer.
Example
GMAP 3 3 5 5 thismap // get a new map named thismap from frame buffer
MAPL mymap // load bitmap mymap into edit buffer
MAPB // begin map editing context