GRAPHICS COMMANDS

Print normal-density 8-bit graphics

Mode ASCII Decimal Hexadecimal
Both <ESC> “K’” nl )12 27 75 n] n2 IB 4B /?/ )72
t??] t?12 ml tn2 ,.. ml n?2 .,,
Prints bit-image graphics at 60 dots per inch horizontally. The
graphicimage is 8dotshigh and n] +t12x256dots wide.Maximum
widthis 8inches(480 dots).ml, n?2
,.. .are the dotdata, eacha1-byte
value from Oto 255 representing 8vertical dots, with the most
significant bit at the top and the least significant bitat the bottom.
The number of data bytes must be }?1+n2x256. Dots beyond the
rightmargin are ignored. Atthe endof bit-image printing theprinter
returns automatically to character mode.

Print double-density 8-bit graphics

Mode ASCII Decimal Hexadecimal
Both <ESC> “L” tt[ n2 2? 76 nl n2 IB 4C nl d
m[t?12 rnl tn2 ,.. tnl tn2 ,..
Prints bit-image graphics at 120dots per inch horizontally (maxi-
mum 960 dots wide). See <ESC> “K” for other information.

Print double-density, double-speed 8-bit graphics

IModeIASCII IDecimal IHexadecimal I
Both <ESC> “Y” tt[ }12 27 89 n! )2 IB 59 /// n2
ml rn2 .,, m[tt12 n71 nt2
Prints bit-image graphics at 120dots per inch horizontally (maxi-
mum 960 dots wide), skipping every second dot in the horizontal
direction. See <ESC> “K” for other information.
109