XBM
From Just Solve the File Format Problem
(Difference between revisions)
(add links to X.Org spec & sources) |
Dexvertbot (Talk | contribs) m (→Sample files) |
||
(10 intermediate revisions by 7 users not shown) | |||
Line 14: | Line 14: | ||
== Specifications == | == Specifications == | ||
− | * [http://www.x.org/releases/X11R7.7/doc/libX11/libX11/libX11.html#Manipulating_Bitmaps | + | * [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:// | + | * [[FFmpeg]] |
+ | * [[GIMP]] | ||
+ | * [[Tom's Viewer]] | ||
+ | * [http://snisurset.net/code/abydos/ abydos] | ||
== Sample files == | == Sample files == | ||
Line 27: | Line 31: | ||
* http://ftp.x.org/pub/individual/data/xbitmaps-1.1.1.tar.gz | * http://ftp.x.org/pub/individual/data/xbitmaps-1.1.1.tar.gz | ||
* http://cd.textfiles.com/blackcrawling/ICONS/ | * http://cd.textfiles.com/blackcrawling/ICONS/ | ||
+ | * {{DexvertSamples|image/xbm}} | ||
== Links == | == Links == | ||
* {{EGFF|xbm|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]] | ||
− | * [https:// | + | * [https://github.com/corkami/pics/blob/master/binary/XBM.png Image describing XBM format] |
[[Category:X Window System]] | [[Category:X Window System]] |
Latest revision as of 03:27, 28 December 2023
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
- X Window System: XReadBitmapFile & XWriteBitmapFile in libX11
- Netpbm: pbmtoxbm, xbmtopbm
- ImageMagick
- Konvertor
- XnView
- FFmpeg
- GIMP
- Tom's Viewer
- abydos
[edit] 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/
- dexvert samples — image/xbm