XBM
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→Links: Current link to image) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
Line 17: | Line 17: | ||
== Software == | == Software == | ||
− | * [[X Window System]]: [http://cgit.freedesktop.org/xorg/lib/libX11/tree/src/RdBitF.c XReadBitmapFile | + | * [[X Window System]]: [http://cgit.freedesktop.org/xorg/lib/libX11/tree/src/RdBitF.c XReadBitmapFile] |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Revision as of 02:55, 28 December 2023
XBM (X BitMap) is a file format for bi-level raster images, originally associated with the X Window System. It was, and to some extent still is, widely supported by graphics software.
An XBM file is plain text, and doubles as a fragment of C programming code. The format is very inefficient in size, but it can be useful as a simple way to embed an image into a C program.