Programming instructions
Intermec Fingerprint v7.61 – Programmer’s Reference Manual Ed. 7198
Chapter 2 Program Instructions
PRIMAGE (PM)
Field of Application
Statement for selecting an image stored in the printer’s memory.
Syntax PRIMAGE|PM<sexp>
<sexp> is the full name of the desired image including extension.
Remarks
An image is positioned according to the preceding PRPOS, DIR, and ALIGN
statements. It can be magnifi ed by means of a MAG statement.
For the best printout quality, create and download a larger version of the
image rather than magnifying a smaller one.
All images provided by Intermec have an extension which indicates for
which directions the image is intended:
• Extension .1 indicates print directions 1 & 3.
• Extension .2 indicates print directions 2 & 4.
Even if the Intermec Fingerprint fi rmware does not require such an extension,
we strongly recommend you to follow the same convention when creating
your own images as to make it easier to select the correct image.
Example
This example illustrates the printing of a label containing an image
printed “upside down”:
10 PRPOS 200,200
20 DIR 3
30 ALIGN 5
40 PRIMAGE "GLOBE.1"
50 PRINTFEED
RUN