#define demoteMask_width 16
#define demoteMask_height 16
static char demoteMask_bits[] = {
   0x00, 0x00, 0xc0, 0x01, 0xc0, 0x03, 0xc0, 0x07, 0xfc, 0x0f, 0xfc, 0x1f,
   0xfc, 0x3f, 0xfc, 0x7f, 0xfc, 0x7f, 0xfc, 0x7f, 0xfc, 0x3f, 0xfc, 0x1f,
   0xfc, 0x0f, 0xc0, 0x07, 0xc0, 0x03, 0xc0, 0x01};
