XBM

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
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 one of the few image formats supported by early graphical web browsers.
+
'''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 ==
* [http://netpbm.sourceforge.net/ Netpbm]: pbmtoxbm, xbmtopbm
+
* [[Netpbm]]: pbmtoxbm, xbmtopbm
* [http://www.imagemagick.org/ ImageMagick]
+
* [[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://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/
  
 
== Links ==
 
== Links ==
* [http://www.fileformat.info/format/xbm/egff.htm XBM File Format Summary], from the Encyclopedia of Graphics File Formats
+
* {{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

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

Software

Sample files

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox