XPM
From Just Solve the File Format Problem
(Difference between revisions)
(→Software) |
(→Sample files) |
||
Line 24: | Line 24: | ||
* http://www.fileformat.info/format/xpm/sample/index.htm | * http://www.fileformat.info/format/xpm/sample/index.htm | ||
* http://stuff.mit.edu/afs/athena/contrib/graphics/images/icons/ | * http://stuff.mit.edu/afs/athena/contrib/graphics/images/icons/ | ||
− | * https://telparia.com/fileFormatSamples/image/ | + | * https://telparia.com/fileFormatSamples/image/xpm/ |
== External links == | == External links == |
Revision as of 21:02, 26 July 2020
X PixMap (XPM) is an uncompressed raster image file format. It is essentially the color version of XBM.
An XPM file is plain text. Except for the little-used XPM version 2, it doubles as a fragment of C program code.
Contents |
Specifications
Software
- Farbfeld Utilities (format 1, 2 (except Lisp mode), and 3)
- FFmpeg
- ImageMagick (format 3 only)
- Netpbm: ppmtoxpm, xpmtoppm (format 1 and 3)
- http://www.x.org/releases/individual/lib/ → libXpm-3.5.11.tar.gz
- abydos
Sample files
- http://www.fileformat.info/format/xpm/sample/index.htm
- http://stuff.mit.edu/afs/athena/contrib/graphics/images/icons/
- https://telparia.com/fileFormatSamples/image/xpm/