Versajet gs v 0 – Cino M230B User Manual
Page 182

173
Programming Reference
VERSAJET
GS v 0
[Name]
Print raster bit image
[Format]
ASCII
GS v 0 n xL xH yL yH d1 dk
Hex
1D 76 30 n xL xH yL yH d1 dk
Decimal
29 118 48 n xL xH yL yH d1 dk
[Range]
0 ≤ n ≤ 3, 48 ≤ n ≤ 51
0 ≤ xL + (xH x 256) ≤ 384
0 ≤ yL + (yH x 256) ≤ 343
k = (xL + xH x 256) x (yL + yH x 256) (k ≠ 0)
[Default]
n = 0
[Description]
Selects raster bit-image mode. The value of n selects a mode from the table below:
n
Mode
0, 48
Normal
1, 49
Double-width
2, 50
Double-height
3, 51
Quadruple
dpi: dots per inch(25.4mm)
xL, xH select the number of data bytes (xL+xH x 256) in the horizontal direction for the
bit image.
yL, yH select the number of data bytes (yL+yH x 256) in the vertical direction for the bit
image.
[Notes]