X Bitmap. This file format is a C declaration of an unsigned char array and two #defines:

#define filename_width 16
#define filename_height 16
unsigned char filename_bits[] = { 0x0, 0xCF, ... };

Compare xpm, which is ASCII-based.

Log in or register to write something here or to contact authors.