29
Intermec EasyCoder 301 Direct Protocol 2.0 – Programmer's Guide Ed. 3
Chapter 4 Label Design
Select Normal/Inverse Printing
Normally, an image is printed in black and white, just as it was
created. Using
INVIMAGE
, the black and white can be inverted.
The size of the background is decided by the actual size of the im-
age including “invisible” background. A
NORIMAGE
statement is
only needed when changing back from
INVIMAGE
printing.
NORIMAGE | NI
INVIMAGE | II
Default:
NORIMAGE
Reset to default by:
PRINTFEED|PF
Summary
To create an image field, the following formatting commands must
be given (in most cases default values may substitute missing para-
meters). Image selection by means of variable input, and printing
commands are explained in chapters 4.9 and 5.2 respectively.
Purpose
Command
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
Appearance
INVIMAGE | II
off
Black and white parts
inverted
NORIMAGE | NI
on
Normal (revokes
INVIMAGE)
Image name
PRIMAGE | PM
n.a.
Full name including
extension
Example:
PP 200,500:AN 3:DIR 3:MAG 2,2:II:PM "ROM:GLOBE.1"
↵
5. Image Field,
cont'd.