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.
30 lines
530 B
30 lines
530 B
15 years ago
|
/* XPM */
|
||
|
static const char * codec_ljpeg[] = {
|
||
|
"16 16 10 1",
|
||
|
" c None",
|
||
|
". c #4C4C4C",
|
||
|
"+ c #B0B0B0",
|
||
|
"@ c #C8C8C8",
|
||
|
"# c #DDDDDD",
|
||
|
"$ c #AEAEAE",
|
||
|
"% c #FFFFFF",
|
||
|
"& c #F3F3F3",
|
||
|
"* c #454545",
|
||
|
"= c #808000",
|
||
|
"..........+ ",
|
||
|
".@@@@@@@@.#$ ",
|
||
|
".@%%%%%%@.&#+ ",
|
||
|
".@%%%%%%@.... ",
|
||
|
".@%%%%%%@@@@. ",
|
||
|
".***************",
|
||
|
".==============*",
|
||
|
".=%=====%=%%%==*",
|
||
|
".=%=====%=%==%=*",
|
||
|
".=%=====%=%%%==*",
|
||
|
".=%===%=%=%====*",
|
||
|
".=%%%=%%==%====*",
|
||
|
".==============*",
|
||
|
".***************",
|
||
|
".@@@@@@@@@@@. ",
|
||
|
" ............ "};
|