blob: 6c51137bb42ff9ed81130ec546a469f5a2a2e1d8 (
plain)
1
2
3
4
5
6
7
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */
#ifdef __SUNPRO_C
#pragma align 4 (stock_person)
#endif
#ifdef __GNUC__
static const guint8 stock_person[] __attribute__ ((__aligned__ (4))) =
#else
static const guint8 stock_person[] =
#endif
{ ""
/* Pixbuf magic (0x47646b50) */
"GdkP"
/* length: header (24) + pixel_data (676) */
"\0\0\2\274"
/* pixdata_type (0x2010002) */
"\2\1\0\2"
/* rowstride (64) */
"\0\0\0@"
/* width (16) */
"\0\0\0\20"
/* height (16) */
"\0\0\0\20"
/* pixel_data: */
"\205\0\0\0\0\2\210\212\205Y\210\212\205\277\202\210\212\205\364\2\210"
"\212\205\277\210\212\205Y\211\0\0\0\0\3\210\212\205\214\257\260\255\377"
"\363\363\362\377\202\376\376\376\377\3\363\363\362\377\257\260\255\377"
"\210\212\205\214\207\0\0\0\0\12\210\212\205Y\257\260\255\377\376\376"
"\376\377\370\370\367\377\371\371\371\377\373\373\373\377\371\371\371"
"\377\376\376\376\377\257\260\255\377\210\212\205Y\206\0\0\0\0\12\210"
"\212\205\277\363\363\362\377\363\364\363\377\363\363\362\377\371\372"
"\371\377\373\374\373\377\366\367\366\377\365\366\365\377\363\363\362"
"\377\210\212\205\277\206\0\0\0\0\12\210\212\205\364\376\376\376\377\353"
"\354\352\377\360\361\357\377\365\364\363\377\365\366\365\377\362\363"
"\362\377\356\357\356\377\376\376\376\377\210\212\205\364\206\0\0\0\0"
"\12\210\212\205\364\376\376\376\377\350\351\346\377\353\354\352\377\356"
"\357\355\377\357\357\356\377\355\355\353\377\351\353\351\377\376\376"
"\376\377\210\212\205\364\206\0\0\0\0\12\210\212\205\277\363\363\362\377"
"\356\356\355\377\345\347\344\377\347\351\346\377\350\351\347\377\347"
"\350\345\377\356\357\356\377\363\363\362\377\210\212\205\277\206\0\0"
"\0\0\12\211\213\206\224\257\260\255\377\376\376\376\377\354\355\353\377"
"\343\344\341\377\343\345\341\377\355\355\354\377\376\376\376\377\257"
"\260\255\377\211\213\206\224\205\0\0\0\0\5\214\216\211=\222\224\217\377"
"\272\273\270\377\257\260\255\377\363\363\362\377\202\376\376\376\377"
"\5\363\363\362\377\257\260\255\377\272\273\270\377\222\224\217\377\214"
"\216\211=\204\0\0\0\0\5\214\216\211\263\355\356\355\377\340\342\336\377"
"\272\274\267\377\233\235\230\377\202\213\215\210\377\5\233\234\230\377"
"\270\272\266\377\337\340\335\377\355\356\355\377\214\216\211\263\204"
"\0\0\0\0\7\214\216\211\361\376\376\376\377\334\335\332\377\335\336\332"
"\377\334\335\332\377\333\335\331\377\333\334\331\377\202\332\334\330"
"\377\3\332\333\327\377\376\376\376\377\214\216\211\361\204\0\0\0\0\2"
"\214\216\211\361\376\376\376\377\204\351\352\347\377\204\351\351\347"
"\377\2\376\376\376\377\214\216\211\361\204\0\0\0\0\2\214\216\211\373"
"\376\376\376\377\203\343\344\341\377\2\343\344\340\377\343\343\340\377"
"\203\342\343\340\377\2\376\376\376\377\214\216\211\373\204\0\0\0\0\7"
"\214\216\211\376\376\376\376\377\334\335\332\377\335\336\332\377\334"
"\335\332\377\333\335\331\377\333\334\331\377\202\332\334\330\377\3\332"
"\333\327\377\376\376\376\377\214\216\211\376\204\0\0\0\0\2\214\216\211"
"\361\357\360\356\377\210\376\376\376\377\2\357\360\356\377\214\216\211"
"\361\204\0\0\0\0\1\221\223\216\266\212\221\223\216\377\1\221\223\216"
"\243\202\0\0\0\0"};
|