- 164 -
fn=112: Function 112 Storing Raster Type Graphics Data to Print Buffer
GS ( L pL pH m fn a bx by c xL xH yL yH d1...dk
[Code] <1D>H<28>H<4C>H<pL><pH><m><fn><a><bx><by><c><xL><xH><yL><yH> [d1…dk]
[Range] Parameter of GS( L
11≤(pL+pH×256)≤65536(0≤pL≤255, 0≤pH≤255)
Parameter of GS8L
11≤(p1+p2×256)+p3×65536+p4×16777216≤4294967295
(0≤p1≤255, 0≤p2≤255,0≤p3≤255,0≤p4≤255)
CommonparameterofGS (L,GS 8L
m=48
fn=112
a=48
bx=1, 2
by=1, 2
c=49(Whenmonochrome colorpaper isspecified), c=49,50 (When2-color paper isspecified)
1≤(xL+xH×256)≤1024
When monochromecolor paper isspecified
1≤(yL+yH×256)≤1662(with by=1)
1≤(yL+yH×256)≤831(with by=2)
When 2-color paper isspecified
1≤(yL+yH×256)≤831(with by=1)
1≤(yL+yH×256)≤415(with by=2)
0≤d≤255
k=(int((xL+xH×256)+7/8)×(yL+yH×256)
[Outline] [The specification which is commontothemodel]
•Stores raster typegraphicsdata toprintbuffer aslarge asx times horizontally/ytimes vertically.
•xL,xH specifies the horizontal directionofraster graphics data to(xL +xH x256).
•yL,yH specifiesthe verticaldirectionofrastergraphicsdata to(yL+ yH x256).
•“c”specifiesthecolorof print data.
c Color of PrintData
49 1st color
50 2ndcolor
•1stcolor denotes black (highenergy)in the specified2-color thermalpaper.
•2ndcolor denotes red (low energy) inthe specified 2-color thermalpaper.
[Caution] [The specification which is commontothemodel]
•InSTANDARD MODE, eachcolor canbe definedonlyonce.