Programming instructions

111
Intermec Fingerprint 6.13 – Programmer's Guide
An image field is a field containing a picture or logotype, which has
been converted to the internal bitmap format of Intermec Finger-
print.
In addition to the standard positioning statements PRPOS, ALIGN
and DIR, an image field can contain the following instructions:
MAG
Images can be magnified 1-4 times independently in regard of
height and width.
NORIMAGE (NI) / INVIMAGE (II)
Normally, images are printed as created, i.e. in black without any
background (NORIMAGE). Using INVIMAGE the black and
non-printed background can exchange colours. The size of the
background is decided by the size of the image. A NORIMAGE
statement is only needed when changing back from INVIMAGE
printing.
PRIMAGE (PM)
Specifies the image by name in the form of a string expression. A
string constant must be enclosed by double quotation marks ("...").
A string variable may be useful when the same image is to appear
in several places. The extension indicates the suitable directions:
Extension .1 matches DIR 1 and DIR 3
Extension .2 matches DIR 2 and DIR 4
Summary
To print an image field, the following instructions must be given (in
most cases default values will substitute missing information):
Purpose Instruction Default Remarks
X/Y Position PRPOS (PP) 0/0 Number of dots
Alignment ALIGN (AN) 1 Select ALIGN 1 – 9
Direction DIR 1 Select DIR 1 – 4
Magnification MAG 1,1 Height 1–4, Width 1–4
Style INVIMAGE (II) no Black and white parts switched
NORIMAGE (NI) yes Normal (revokes INVIMAGE)
Image PRIMAGE (PM) n.a. .1 or .2 depending on direction
Print a label PRINTFEED (PF) n.a. Resets parameters to default
Example:
10 PRPOS 50,50
20 ALIGN 9
30 DIR 3
40 MAG 2,2
50 INVIMAGE
60 PRIMAGE "GLOBE.1"
70 PRINTFEED
RUN
10. LABEL DESIGN, cont'd.
4. Image Field
Image Downloading
Also see:
Chapter 14