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.
libksquirrel/kernel/xpm/codec_wmf.xpm

35 lines
609 B

/* XPM */
static const char *codec_wmf[] = {
/* columns rows colors chars-per-pixel */
"16 16 12 1",
" c black",
". c gray27",
"X c #4C4C4C",
"o c #CF0008",
"O c #AEAEAE",
"+ c gray69",
"@ c #B1B1B1",
"# c #C8C8C8",
"$ c #DDDDDD",
"% c #F3F3F3",
"& c gray100",
"* c None",
/* pixels */
"XXXXXXXXXX+*****",
"X########X$O****",
"X#&&&&&&#X%$+***",
"X#&&&&&&#XXXX***",
"X#&&&&&&####X***",
"X...............",
"X .",
"X& & & & &&&.",
"X& & & &&&& & .",
"X& & & & & && .",
"X & & & & & .",
"X & & & & & .",
"X .",
"X...............",
"X###########X***",
"*XXXXXXXXXXXX***"
};