Esc y 8-dot double-speed double-density bit image, Esc z 8-dot quadruple-density bit image, Esc y – Brother QL-720NW User Manual
Page 72: Dot double-speed double-density bit image, Esc z, Dot quadruple-density bit image

ESC/P Command Reference
- 66 -
5. Control Command Details
ESC Y
8-dot double-speed double-density bit image
ASCII: ESC
Y
n1
n2
Data
Decimal: 27 89 n1 n2 Data
Hexadecimal:
1B 59 n1 n2 Data
Parameters
0≤n1≤255, 0≤n2≤3
The data contains n1+n2*256 bytes of image data.
Description
Same as for an 8-dot double-density bit image. Horizontally neighboring dots are not omitted.
ESC Z
8-dot quadruple-density bit image
ASCII: ESC
Z
n1
n2
Data
Decimal: 27 90 n1 n2 Data
Hexadecimal: 1B
5A n1
n2 Data
Parameters
0≤n1≤255, 0≤n2≤7
The data contains n1+n2*256 bytes of image data.
Description
Specifies that an 8-dot quadruple-density bit image is printed with the number of dot positions indicated by n1
and n2.
n1 and n2 are specified in the same way as with ESC K.
Horizontally neighboring dots are not omitted.
First, the data is lined up in one row as follows:
1b
yt
e
1b
yt
e
1b
yt
e
1b
yt
e
…
1b
yt
e
1b
yt
e
n1+n2*256 bytes
MSB
LSB
One dot of image data is enlarged to 6 dots vertically by 2 dots horizontally.
As a result, the image is 48 dots vertically by (n1+n2*256)*2 dots horizontally.