1 /* GIMP RGBA C-Source image dump (brush-shadow.h) */
2 
3 static const struct {
4   unsigned int 	 width;
5   unsigned int 	 height;
6   unsigned int 	 bytes_per_pixel; /* 3:RGB, 4:RGBA */
7   unsigned char	 pixel_data[7 * 7 * 4 + 1];
8 } brush_shadow = {
9   7, 7, 4,
10   "\0\0\0\0\0\0\0\22\0\0\0""2\0\0\0E\0\0\0""2\0\0\0\22\0\0\0\0\0\0\0\22\0\0"
11   "\0V\0\0\0t\0\0\0y\0\0\0t\0\0\0V\0\0\0\22\0\0\0""2\0\0\0t\0\0\0~\0\0\0\177"
12   "\0\0\0~\0\0\0t\0\0\0""2\0\0\0E\0\0\0y\0\0\0\177\0\0\0\177\0\0\0\177\0\0\0"
13   "y\0\0\0E\0\0\0""2\0\0\0t\0\0\0~\0\0\0\177\0\0\0~\0\0\0t\0\0\0""2\0\0\0\22"
14   "\0\0\0V\0\0\0t\0\0\0y\0\0\0t\0\0\0V\0\0\0\22\0\0\0\0\0\0\0\22\0\0\0""2\0"
15   "\0\0E\0\0\0""2\0\0\0\22\0\0\0\0",
16 };
17 
18