Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

X BitMap

< >

X BitMap is a text data format created in 1989.

#3344on PLDB 35Years Old

In computer graphics, the X Window System used X BitMap (XBM), a plain text binary image format, for storing cursor and icon bitmaps used in the X GUI. The XBM format is superseded by XPM, which first appeared for X11 in 1989.. Read more on Wikipedia...


Example from the web:
#define test_width 16 #define test_height 7 static char test_bits[] = { 0x13, 0x00, 0x15, 0x00, 0x93, 0xcd, 0x55, 0xa5, 0x93, 0xc5, 0x00, 0x80, 0x00, 0x60 };

View source

- Build the next great programming language About Acknowledgements Extensions Day 630 Donate feedback@pldb.io