olaf neophyte and de.po updates, valgrind tweaks, delete green lady, inkscape dpi=96
[goodguy/history.git] / cinelerra-5.1 / guicast / images / 7seg_small / dash_png.h
1 #ifndef DASH_PNG_H
2 #define DASH_PNG_H
3
4 static unsigned char dash_png[] = 
5 {
6         0x00, 0x00, 0x00, 0xaf, 
7         0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 
8         0x00, 0x00, 0x00, 0x0b, 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc0, 0xbd, 0x85, 
9         0x7e, 0x00, 0x00, 0x00, 0x01, 0x73, 0x52, 0x47, 0x42, 0x00, 0xae, 0xce, 0x1c, 0xe9, 0x00, 0x00, 
10         0x00, 0x06, 0x62, 0x4b, 0x47, 0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf9, 0x43, 0xbb, 0x7f, 
11         0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x0b, 0x11, 0x00, 0x00, 0x0b, 0x11, 
12         0x01, 0x7f, 0x64, 0x5f, 0x91, 0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45, 0x07, 0xdb, 0x09, 
13         0x16, 0x08, 0x11, 0x01, 0xe6, 0x82, 0x6e, 0x40, 0x00, 0x00, 0x00, 0x2f, 0x49, 0x44, 0x41, 0x54, 
14         0x28, 0xcf, 0x63, 0xfc, 0xff, 0xff, 0xff, 0x7f, 0x06, 0x22, 0x01, 0x13, 0x03, 0x09, 0x60, 0xd8, 
15         0x2b, 0x66, 0x41, 0x17, 0x60, 0x64, 0x64, 0x84, 0xb3, 0xd1, 0x43, 0x95, 0x09, 0x97, 0x42, 0x6c, 
16         0x7c, 0x14, 0x93, 0x09, 0xc5, 0xcf, 0x68, 0xa4, 0x20, 0x03, 0x00, 0x51, 0xe0, 0x0a, 0x23, 0xe2, 
17         0x22, 0x97, 0x19, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82
18 };
19
20 #endif