XBM
From Just Solve the File Format Problem
(Difference between revisions)
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Graphics | |subcat=Graphics | ||
− | |extensions={{ext|xbm}} {{ext|bm}} | + | |extensions={{ext|xbm}}, {{ext|bm}} |
− | |pronom={{PRONOM|x-fmt/207}} | + | |mimetypes={{mimetype|image/x-xbitmap}} |
+ | |pronom={{PRONOM|x-fmt/207}}, {{PRONOM|x-fmt/299}} | ||
}} | }} | ||
'''XBM''' ('''X BitMap''') is a file format for bi-level raster images. It was one of the few image formats supported by early graphical web browsers. | '''XBM''' ('''X BitMap''') is a file format for bi-level raster images. It was one of the few image formats supported by early graphical web browsers. | ||
Line 11: | Line 12: | ||
== See also == | == See also == | ||
* [[XPM]] | * [[XPM]] | ||
+ | |||
+ | == Software == | ||
+ | * [http://netpbm.sourceforge.net/ Netpbm]: pbmtoxbm, xbmtopbm | ||
+ | * [http://www.imagemagick.org/ ImageMagick] | ||
== Sample files == | == Sample files == | ||
Line 16: | Line 21: | ||
* http://people.sc.fsu.edu/~jburkardt/data/xbm/xbm.html | * http://people.sc.fsu.edu/~jburkardt/data/xbm/xbm.html | ||
− | == | + | == Links == |
+ | * [http://www.fileformat.info/format/xbm/egff.htm XBM File Format Summary], from the Encyclopedia of Graphics File Formats | ||
* [[Wikipedia:X BitMap|Wikipedia article]] | * [[Wikipedia:X BitMap|Wikipedia article]] |
Revision as of 21:56, 13 July 2013
XBM (X BitMap) is a file format for bi-level raster images. It was one of the few image formats supported by early graphical web browsers.
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
Sample files
- http://www.fileformat.info/format/xbm/sample/index.htm
- http://people.sc.fsu.edu/~jburkardt/data/xbm/xbm.html
Links
- XBM File Format Summary, from the Encyclopedia of Graphics File Formats
- Wikipedia article