XBM

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
m (Change telparia.com samples link to template)
m (Sample files)
 
(One intermediate revision by one user not shown)
Line 17: Line 17:
  
 
== Software ==
 
== Software ==
* [[X Window System]]: [http://cgit.freedesktop.org/xorg/lib/libX11/tree/src/RdBitF.c XReadBitmapFile]
+
* [[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]]
 +
* [[GIMP]]
 +
* [[Tom's Viewer]]
 +
* [http://snisurset.net/code/abydos/ abydos]
 +
 
 +
== 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/
 +
* {{DexvertSamples|image/xbm}}
 +
 
 +
== Links ==
 +
* {{EGFF|xbm|XBM File Format Summary}}, from the [[Encyclopedia of Graphics File Formats]]
 +
* [[Wikipedia:X BitMap|Wikipedia article]]
 +
* [https://github.com/corkami/pics/blob/master/binary/XBM.png Image describing XBM format]
 +
 
 +
[[Category:X Window System]]

Latest revision as of 03:27, 28 December 2023

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

[edit] See also

[edit] Specifications

[edit] Software

[edit] Sample files

[edit] Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox