You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
787 B
37 lines
787 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"22 22 8 1",
|
|
" c Gray100",
|
|
". c Gray76",
|
|
"X c Gray53",
|
|
"o c Gray36",
|
|
"O c Gray18",
|
|
"+ c Gray0",
|
|
"@ c None",
|
|
"# c Gray0",
|
|
/* pixels */
|
|
"@@@@@@@@@@@@@@@@@@@@@@",
|
|
"@@@@++++++++++@@@@@@@@",
|
|
"@@@@+ +O+@@@@@@@",
|
|
"@@@@+ +oO+@@@@@@",
|
|
"@@@@+ +XoO+@@@@@",
|
|
"@@@@+ +.XoO+@@@@",
|
|
"@@@@+ + .XoO+@@@",
|
|
"@@@@+ +++++++@@@",
|
|
"@@@@+ +@@@",
|
|
"@@@@+ +@@@",
|
|
"@@@@+ +@@@",
|
|
"@@@@+ +@@@",
|
|
"@@@@+ +@@@",
|
|
"@@@@+ +@@@",
|
|
"@@@@+ +@@@",
|
|
"@@@@+ +@@@",
|
|
"@@@@+ +@@@",
|
|
"@@@@+ +@@@",
|
|
"@@@@+ +@@@",
|
|
"@@@@+++++++++++++++@@@",
|
|
"@@@@@@@@@@@@@@@@@@@@@@",
|
|
"@@@@@@@@@@@@@@@@@@@@@@"
|
|
};
|