Programming instructions

Intermec Fingerprint v7.61 Programmers Reference Manual Ed. 7 119
Chapter 2 Program Instructions
IMAGE BUFFER SAVE
Field of Application
Statement for saving the content of the image buffer as a le.
Syntax IMAGE BUFFER SAVE<sexp>
<sexp> is the desired name of the le, optionally with a reference to
the device where the le should be saved.
Remarks
This statement saves the current content of the print buffer as an image
le in RLL format. After saving, the le is automatically installed as an
image, that can be printed using a PRIMAGE statement in DIR 1 and
DIR 3. Thereby, you can create label templates, to which variable data
easily can be added at will.
The size of the print buffer image depends on the size of the print image
at the moment the buffer is saved. The width is decided by the Media,
Media Size, Width setup value with the rst pixel according to the Media,
Media Size, Xstart setup value. The height is decided by the actual height
in y-dimension of the print image. Note that space characters or invisible
"white" parts of an image are included in the height of the print image, even
if they are not visible on the printed label.
Example
IMAGE BUFFER SAVE "TEMPLATE7"