ZPL commands
^XG · Recall Graphic
Recalls a stored graphic and scales it with the X/Y factors.
Recalls a stored graphic and scales it with the X/Y factors.
Parameters
^XGd,x,y- d: Memory path of the graphic (e.g.R:LOGO.GRF)^XGd,x,y- x: X magnification factor (1–10)^XGd,x,y- y: Y magnification factor (1–10)
Example
^XA
^FO50,50^XGR:LOGO.GRF,1,1^FS
^XZ
Tip
Factor 1,1 = original size. Higher factors enlarge - bitmaps get pixelated.