Plain English

Recalls a previously stored graphic (like a logo) and places it on the label at the current ^FO position. The graphic must have been stored first using ~DG or ^DY.

When to use

When your label needs a logo or image that's already saved on the printer.

Syntax

^IMd:name.GRF

Parameters

ParameterDescription
dDrive: R, E, or B
name.GRFFilename of the stored graphic

Example

^XA
^FO50,50^IMR:LOGO.GRF^FS
^FO200,50^A0N,30,30^FDAcme Corp^FS
^XZ

Place a stored logo next to company name

Try it in the playground View all ZPL commands