XBM
From Just Solve the File Format Problem
(Difference between revisions)
Line 6: | Line 6: | ||
|pronom={{PRONOM|x-fmt/207}}, {{PRONOM|x-fmt/299}} | |pronom={{PRONOM|x-fmt/207}}, {{PRONOM|x-fmt/299}} | ||
}} | }} | ||
− | '''XBM''' ('''X BitMap''') is a file format for bi-level raster images. It was | + | '''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. | 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. | ||
Line 14: | Line 14: | ||
== Software == | == Software == | ||
− | * [ | + | * [[Netpbm]]: pbmtoxbm, xbmtopbm |
− | * [http://www. | + | * [[ImageMagick]] |
+ | * [[XnView]] | ||
+ | * [http://www.gimp.org GIMP] | ||
== Sample files == | == Sample files == | ||
* http://www.fileformat.info/format/xbm/sample/index.htm | * http://www.fileformat.info/format/xbm/sample/index.htm | ||
− | * http:// | + | * http://ftp.x.org/pub/individual/data/xbitmaps-1.1.1.tar.gz |
+ | * http://cd.textfiles.com/blackcrawling/ICONS/ | ||
== Links == | == Links == | ||
− | * | + | * {{EGFF|xbm|XBM File Format Summary}}, from the [[Encyclopedia of Graphics File Formats]] |
* [[Wikipedia:X BitMap|Wikipedia article]] | * [[Wikipedia:X BitMap|Wikipedia article]] |
Revision as of 23:39, 7 August 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
Software
- 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/