XBM
From Just Solve the File Format Problem
(Difference between revisions)
(→Sample files) |
|||
Line 29: | Line 29: | ||
* 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/ | ||
+ | * https://telparia.com/fileFormatSamples/image/test.xbm | ||
== Links == | == Links == |
Revision as of 17:07, 26 May 2020
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
- X Window System: XReadBitmapFile & XWriteBitmapFile in libX11
- Netpbm: pbmtoxbm, xbmtopbm
- ImageMagick
- Konvertor
- XnView
- GIMP
- Tom's Viewer
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/
- https://telparia.com/fileFormatSamples/image/test.xbm