XBM
From Just Solve the File Format Problem
(Difference between revisions)
(Category:X Window System) |
(add links to X.Org spec & sources) |
||
Line 12: | Line 12: | ||
== See also == | == See also == | ||
* [[XPM]] | * [[XPM]] | ||
+ | |||
+ | == Specifications == | ||
+ | * [http://www.x.org/releases/X11R7.7/doc/libX11/libX11/libX11.html#Manipulating_Bitmaps Manimulating Bitmaps] section of [http://www.x.org/releases/X11R7.7/doc/libX11/libX11/libX11.html Xlib - C Language X Interface: X Consortium Standard] | ||
== Software == | == Software == | ||
+ | * [[X Window System]]: [http://cgit.freedesktop.org/xorg/lib/libX11/tree/src/RdBitF.c XReadBitmapFile] & [http://cgit.freedesktop.org/xorg/lib/libX11/tree/src/WrBitF.c XWriteBitmapFile] in [http://cgit.freedesktop.org/xorg/lib/libX11 libX11] | ||
* [[Netpbm]]: pbmtoxbm, xbmtopbm | * [[Netpbm]]: pbmtoxbm, xbmtopbm | ||
* [[ImageMagick]] | * [[ImageMagick]] |
Revision as of 18:31, 27 December 2014
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.
Contents |
See also
Specifications
Software
- X Window System: XReadBitmapFile & XWriteBitmapFile in libX11
- Netpbm: pbmtoxbm, xbmtopbm
- ImageMagick
- XnView
- GIMP
Sample files
- http://www.fileformat.info/format/xbm/sample/index.htm
- http://ftp.x.org/pub/individual/data/xbitmaps-1.1.1.tar.gz
- http://cd.textfiles.com/blackcrawling/ICONS/