5. Convert each group of eight binary digits to hexadecimal
values. Use a calculator for binary to hex conversion, or
consult the binary to hex conversion chart in Appendix A.
00000000 = 00
00000000 = 00
00000110 = 06
00000000 = 00
00000000 = 00
00000000 = 00
6. Write the hexadecimal values in sequence, uninterrupted,
for each row. All hex numbers must have two digits. For
example, write hex 0 as 00, or hex E as 0E.
00 00 06 00 00 00 =
000006000000
7. Repeat steps 4 through 6 for each row on the grid.
8. Insert the hexadecimal values in the bitmap field definition
as shown in Chapter 3, "Defining Graphic Images."
Charting the Graphic
Image
2. Creating the Graphic Image
2-3