XBM

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|xbm}} }} '''XBM''' ('''X BitMap''') is a raster image file format. It was one of the first image format...")
 
(Sample files)
(14 intermediate revisions by 6 users not shown)
Line 2: Line 2:
 
|formattype=electronic
 
|formattype=electronic
 
|subcat=Graphics
 
|subcat=Graphics
|extensions={{ext|xbm}}
+
|extensions={{ext|xbm}}, {{ext|bm}}
 +
|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, originally associated with the X Window System. It was, and to some extent still is, widely supported by graphics software.
'''XBM''' ('''X BitMap''') is a raster image file format. It was one of the first image formats supported by 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.
 
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.
 +
 +
== See also ==
 +
* [[XPM]]
 +
 +
== Specifications ==
 +
* [http://www.x.org/releases/X11R7.7/doc/libX11/libX11/libX11.html#Manipulating_Bitmaps Manipulating Bitmaps] section of [http://www.x.org/releases/X11R7.7/doc/libX11/libX11/libX11.html Xlib - C Language X Interface: X Consortium Standard]
 +
 +
== 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
 +
* [[ImageMagick]]
 +
* [[Konvertor]]
 +
* [[XnView]]
 +
* [[FFmpeg]]
 +
* [http://www.gimp.org GIMP]
 +
* [[Tom's Viewer]]
 +
* [http://snisurset.net/code/abydos/ abydos]
  
 
== Sample files ==
 
== Sample files ==
 
* http://www.fileformat.info/format/xbm/sample/index.htm
 
* http://www.fileformat.info/format/xbm/sample/index.htm
* http://people.sc.fsu.edu/~jburkardt/data/xbm/xbm.html
+
* http://ftp.x.org/pub/individual/data/xbitmaps-1.1.1.tar.gz
 +
* http://cd.textfiles.com/blackcrawling/ICONS/
 +
* https://telparia.com/fileFormatSamples/image/xbm/
  
== External 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]]
 +
* [https://twitter.com/angealbertini/status/532652860702326784/photo/1 Image describing XBM format]
 +
 +
[[Category:X Window System]]

Revision as of 21:02, 26 July 2020

File Format
Name XBM
Ontology
Extension(s) .xbm, .bm
MIME Type(s) image/x-xbitmap
PRONOM x-fmt/207, x-fmt/299

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

Sample files

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox