GS ( L pL pH m fn a bx by c xL xH yL yH d1...dk <Function 112>
GS 8 L p1 p2 p3 p4 m fn a bx by c xL xH yL yH d1...dk
Store the graphics data in the print buffer (raster format)
bx by c xL xH yL yH d1...dk
Bx by c xL xH yL yH d1...dk
bx by c xL xH yL yH d1...dk
fn a bx by c xL xH yL yH
d1...dk
70 30 bx by c xL xH yL yH
d1...dk
112 48 bx by c xL xH yL yH
d1...dk
11 ≤ (pL + pH × 256) ≤ 65535 (0 ≤ pL ≤ 255, 0 ≤ pH ≤ 255)
[When using GS 8 L:
11 ≤ (p1 + p2 × 256 + p3 × 65536 + p4 × 16777216) ≤ 4294967295]
m = 48, fn = 112, a = 48, a = 52 (TM-T88V only)
0 ≤ d ≤ 255
k = (int((xL + xH × 256) + 7)/8) × (yL + yH × 256)
Stores the graphics data (raster format) in the print buffer.
• Users have the option of specifying horizontal (times bx) × vertical (times by)
size settings for the selected data.
• c specifies the color of the stored data.
• xL and xH specify the number of dots in the horizontal direction as (xL + xH ×
256).
• yL and yH specify the number of dots in the vertical direction as (yL + yH ×
256).
• d specifies the stored data (raster format).