XBM

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(add links to X.Org spec & sources)
(2 intermediate revisions by 2 users not shown)
Line 14: Line 14:
  
 
== Specifications ==
 
== 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]
+
* [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 ==
 
== Software ==
Line 20: Line 20:
 
* [[Netpbm]]: pbmtoxbm, xbmtopbm
 
* [[Netpbm]]: pbmtoxbm, xbmtopbm
 
* [[ImageMagick]]
 
* [[ImageMagick]]
 +
* [[Konvertor]]
 
* [[XnView]]
 
* [[XnView]]
 
* [http://www.gimp.org GIMP]
 
* [http://www.gimp.org GIMP]
 +
* [[Tom's Viewer]]
  
 
== Sample files ==
 
== Sample files ==

Revision as of 23:15, 26 April 2019

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