GRAPHICS COMMANDS Print sing/e-density 8-bit graphics
Mode ASCII Decimal Hexadecimal
<ESC’ “K” nl n2 21 75 nl n2 1B 4B nl n2
Both ml m2 ml m2 ml m2
Prints bit-image graphics at 60 dots per inch horizontally. The graphic
image is 8 dots high and nI + nZ x 256 dots wide. Maximum width is
8 inches (480 dots). tnf, m2, . . . are the dot data, each a l-byte value from
0 to 255 representing 8 vertical dots, with the most significant bit at the
top and the least significant bit at the bottom. The number of data bytes
must be nl + n-7 x 256. Dots beyond the right margin are ignored. At _c
the end of bit-image printing the printer returns automatically to character
mode.
Print double-density 8-M graphics
Mode ASCII Decimal Hexadecimal
<ESC> “L” nl n2 27 76 nl n2 1B 4C nl n2
Both ml m2 .._ ml m? ml m2
Prints bit-image graphics at 120 dots per inch horizontally (maximum
960 dots wide). See < ESC > “K” for other information.
Print double-density, double-speed 8-M graphics
Mode ASCII Decimal Hexadecimal
<ESC> “Y” nl t12 21 89 nl n2 1B 59 nl n?
Both ml m2 ml m2 ml m2 ___
Prints bit-image graphics at 120 dots per inch horizontally (maximum
960 dots wide), skipping every second dot in the horizontal direction.
See < ESC > “K” for other information.
Print quadruple-density 8-M graphics
Mode ASCII Decimal Hexadecimal
<ESC> “Z” nl n2 27 90 nl n2 IB 5A nl n2
Both ml m2 ml m2 ml m2
Prints bit-image graphics at 240 dots per inch horizontally (maximum
1920 dots wide), skipping every second dot in the horizontal direction.
See < ESC > “K” for other information.
80