#define resize_mask_width 16
#define resize_mask_height 16
static char resize_mask_bits[] = {
   0x3f, 0xfc, 0x3f, 0xfc, 0x1f, 0xf8, 0x3f, 0xfc, 0xff, 0xff, 0xfb, 0xdf,
   0x70, 0x0e, 0x30, 0x0c, 0x30, 0x0c, 0x70, 0x0e, 0xfb, 0xdf, 0xff, 0xff,
   0x3f, 0xfc, 0x1f, 0xf8, 0x3f, 0xfc, 0x3f, 0xfc};
