31591
|
1 /* XPM */
|
32389
|
2 static char *magick[] = {
|
|
3 /* columns rows colors chars-per-pixel */
|
31591
|
4 "24 24 2 1",
|
32452
8f4a34146a9d
Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
diff
changeset
|
5 " c Gray0",
|
32389
|
6 ". c None",
|
|
7 /* pixels */
|
|
8 "........................",
|
|
9 "........................",
|
|
10 "........................",
|
|
11 "........................",
|
|
12 "........................",
|
|
13 "........................",
|
|
14 "....... .... ..........",
|
|
15 "....... .. .........",
|
|
16 "........ . ..........",
|
|
17 "........ ...........",
|
|
18 "......... ............",
|
|
19 "......... ...........",
|
|
20 "........ ..........",
|
|
21 "........ . .........",
|
|
22 "....... ... ........",
|
|
23 "....... ..... .........",
|
|
24 "........................",
|
|
25 "........................",
|
|
26 "........................",
|
|
27 "........................",
|
|
28 "........................",
|
|
29 "........................",
|
|
30 "........................",
|
|
31 "........................"
|
|
32 };
|