Print quadruple-density8-bit graphics
MODE ASCII Decimal Hexadecimal
Both <E~c> ,’z,. nl 27 90 n] 1B51) r]1
ni? ,Tll ,m2 r12 ml m2 n2 ml m2
,..
Prints bit-image graphics at 240 dots per inch horizon-
tally (maximum 1920dots wide), skipping every second
dot in the horizontal direction. See the <ESC> “K” com-
mand for other information.
Printhex-density 24-bit graphics
MODE ASCII Decimal Hexadecimal
Std. <FS> “Z” ~]~28 90 nl IC 5A nl
n: ml m2 n2 .m1m2 n2 ml m2
.m.~ 1713. . . m3
Prints 24-bit dot graphics at 360 dots per inch horizo-
ntally.The graphics image is 24 dots high and n] +n2 x
256 dots wide. Maximum width is 8inches (2880 dots).
In the data ml, m2, ti ... each three bytes represent 24
vertical dots. In the leftmost position, the most signifi-
cant bit of ml is the top dot; the least significant bit of
ml is the eighth dot from the top; the most significant
bit of m2 is the ninth dot; the least significant bit of m2
is the sixteenth dot from the top; the most significant bit
of Ais the seventeenth dot from the top; the least sig-
nificant bit of m3is the bottom dot. The rest of the data
is organized in the same way. The number of data bytes
must be 3x(n] +n2 x256). Dots beyond the right mar-
gin are ignored. On completion of dot graphics printing,
the printer returns automatically to character mode.
Page 122