algorithm
Coding method for bitmap data (see Chapter 2,
"Creating the Graphic Image").
H Hex Representation
R Run Length Encoding
"data"
Character string derived under "Hex
Representation" or "Run Length Encoding"
procedures in Chapter 2, "Creating the Graphic
Image."
Example
N,1,1,H,"000000E00000"
• Next Bitmap field
• The Bitmap field began at the top of the image The
Next-Bitmap field adjusts toward the bottom of the
supply (1)
• The amount of adjustment is 1 row
• Hex representation is used
• The second row of dots translates from binary
"0000000/00000000/00000000/11100000/00000000/0000
0000" to hex "000000E00000"
Defining Graphic
Images
3. Defining Graphic Images
3-7