Specifications

Table Of Contents
^IM
Image Move
Description: The ^IM command performs a direct move of an image from storage
area into the bitmap. The command is identical to the Recall Graphic command
except there are no sizing parameters.
Format: ^IMd:o.x
Parameters:
d = device location of stored object
Accepted Values: E:, B:, R:
Default Value: Search priority
o = object name
Accepted Values: any 1 to 8 character name
Default Value: if no name is entered, UNKNOWN is used
x = extension
Fixed: .GRF
Example: The following example moves the image SAMPLE.GRF from DRAM
and prints it in 5 locations in its original size.
^XA
^FO100,100^IMR:SAMPLE.GRF^FS
^FO100,200^IMR:SAMPLE.GRF^FS
^FO100,300 ^IMR:SAMPLE.GRF^FS
^FO100,400^IMR:SAMPLE.GRF^FS
^FO100,500^IMR:SAMPLE.GRF ^FS
^XZ
Comments: By using the ^FO command, the graphic image can be positioned
anywhere on the label.
The difference between ^IM and ^XG: ^IM does not have magnification, and
therefore may require less formatting time. However, to take advantage of this, the
image must be at a 8, 16, or 32 “bit boundary.”
ZPL II Programming Guide Volume One: Command Reference for X.10
165