Merge CV, ver=5.1; ops/methods from HV, and interface from CV where possible
[goodguy/history.git] / cinelerra-5.1 / guicast / images / 7seg_small / e_png.h
diff --git a/cinelerra-5.1/guicast/images/7seg_small/e_png.h b/cinelerra-5.1/guicast/images/7seg_small/e_png.h
new file mode 100644 (file)
index 0000000..70dcece
--- /dev/null
@@ -0,0 +1,23 @@
+#ifndef E_PNG_H
+#define E_PNG_H
+
+static unsigned char e_png[] = 
+{
+       0x00, 0x00, 0x00, 0xd8, 
+       0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 
+       0x00, 0x00, 0x00, 0x0b, 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc0, 0xbd, 0x85, 
+       0x7e, 0x00, 0x00, 0x00, 0x01, 0x73, 0x52, 0x47, 0x42, 0x00, 0xae, 0xce, 0x1c, 0xe9, 0x00, 0x00, 
+       0x00, 0x06, 0x62, 0x4b, 0x47, 0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf9, 0x43, 0xbb, 0x7f, 
+       0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x0b, 0x11, 0x00, 0x00, 0x0b, 0x11, 
+       0x01, 0x7f, 0x64, 0x5f, 0x91, 0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45, 0x07, 0xdb, 0x09, 
+       0x16, 0x08, 0x13, 0x18, 0xb0, 0xdf, 0xa4, 0x02, 0x00, 0x00, 0x00, 0x58, 0x49, 0x44, 0x41, 0x54, 
+       0x28, 0xcf, 0x95, 0x91, 0x49, 0x0e, 0x00, 0x20, 0x08, 0x03, 0xa1, 0xe1, 0xff, 0x5f, 0xae, 0x17, 
+       0x4d, 0x10, 0x17, 0xa0, 0x37, 0x59, 0xc6, 0x02, 0x4a, 0x92, 0x32, 0xa5, 0xaa, 0x12, 0xe5, 0xd2, 
+       0x82, 0x5f, 0x61, 0x94, 0xdd, 0x08, 0x2f, 0x6d, 0xe4, 0x8c, 0x0e, 0x69, 0x08, 0x55, 0xbf, 0x07, 
+       0x39, 0xf3, 0x7d, 0x0c, 0xe8, 0x7f, 0x89, 0xcd, 0x78, 0x15, 0xde, 0xde, 0xb6, 0x82, 0x24, 0x53, 
+       0x1b, 0xad, 0xa3, 0xf4, 0x56, 0x57, 0x5d, 0xdb, 0x46, 0xae, 0x9c, 0xdb, 0x7e, 0xd3, 0x47, 0x10, 
+       0x32, 0xa2, 0xcf, 0x0f, 0xdb, 0xf3, 0x28, 0x24, 0xb6, 0x55, 0x27, 0x99, 0x00, 0x00, 0x00, 0x00, 
+       0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82
+};
+
+#endif