GRAPHICS COMMANDS

Print normal-density 8-bit graphics

I I I Hexadecimal I
Both <ESC> “K” nl n2 27 75 nl n2 IB 4B nl n2
ml m2 ml m2 ml m2
Printsbit-image graphics at 60 dots per inch horizontally. The graphicimage is 48
dots high and nl +n2x256 dotswide. Maximum width is 8inches (480 dots).

ml, m2, ... are the dot data, each al-byte value from Oto 255 representing 48

verticaldots, withthe mostsignificant bitatthe topsix dotsand theleast significant
bit at the bottom six dots.
Thenumber of data bytes must be rd +n2x256. Dotsbeyond the right margin are
ignored.
At the end of bit-image printing the printer returns automatically to character
mode.

Print double-density 8-bit graphics

<ESC>“L” nl n2 27 76 nl n2 IB 4C nl n2
ml m2 ml m2 ml m2
<ESC> “Y” nl n2 27 89 nl n2 IB 59 nl n2
ml m2
Prints bit-image graphics at 120dots per inch horizontally (maximum 960 dots
wide).
See <ESC> “K” for other information.

Print quadruple-density 8-bit graphics

~II I Hexadecimal I
I I<ESC> “Z” nl n2
Both I
27 90 nl n2 IIB 5A nl n2
ml m2 ml m2 ml m2 .,. I
Prints bit-image graphics at 240 dots per inchhorizontally (maximum 1920 dots
wide), skippingevery second dot in the horizontal direction. See <ESC> “K” for
other information.
Chapter6 PRINTER CONTROL COMMANDS 57