6.14Select Raster Graphics Data “ ESC i r c b nL nH mL mH d1…dk “
Format: |
|
|
|
|
|
|
|
|
|
|
ASCII | ESC | i | r | c | b | nL | nH | mL | mH | d1..dk |
HEX | 1B | 69 | r | c | b | nL | nH | mL | mH | d1..dk |
Decimal | 27 | 105 | r | c | b | nL | nH | mL | mH | d1..dk |
Range of Definition:
r = 00H, 01H, 02H, 04H, 11H, 12H c = 00H, 01H
b = 01H, 02H
0 <= ( nHx256 + nL ) <= 7FFFH
0 <= ( mHx256 + mL ) <= 7FFFH
Function:
-Select a color for the raster according to the “r” value. r=00H : Black
r=01H : Magenta
r=02H : Cyan
r=04H : Yellow
r=11H : Light Magenta
r=12H : Light Cyan
-Select the raster printing mode according to following parameters;
c=00H | : Full graphic mode |
c=01H | : |
-If r is out of above values, the color selected before input of this command is set.
-If c is outside of the above values, the printing mode will be set before input of this command.
-The number of bit per pixel is set according to b value.
-The support value of b is 01H (Stylus Pro 7000).
-If b is out of supporting range, this command is terminated when b is processed.
-Actual image pattern of raster format set by following parameters is created. nLnH : The number of horizontal direction bytes nHx256+nL(bytes)
nH = INT((( (the number of horizontal direction dots) x (the number of bits per pixel) +7) /8) /256)
nL = MOD((( (the number of horizontal direction dots) x (the number bits per pixel) +7) /8) /256)
mLmH : The number of vertical direction dots mHx256+mL(dots)
k : The number of data = (mHx256+mL)x(nHx256+nL)
d : Data
-The printing position in the X direction is set to a position spaced in the positive direction from current X direction printing position by (nHx256+nL) x (horizontal direction resolution) inches.
EPSON Imaging Technology Center | Page: 38 |
Revision: 1 (Date: 6/20/00) |
|