XPM
From Just Solve the File Format Problem
(Difference between revisions)
(mime type + more software and unusual samples added) |
|||
Line 3: | Line 3: | ||
|subcat=Graphics | |subcat=Graphics | ||
|extensions={{ext|xpm}}, {{ext|pm}} | |extensions={{ext|xpm}}, {{ext|pm}} | ||
+ | |mimetypes={{mimetype|image/x-xpixmap}} | ||
|pronom={{PRONOM|x-fmt/208}} | |pronom={{PRONOM|x-fmt/208}} | ||
|wikidata={{wikidata|Q1887604}} | |wikidata={{wikidata|Q1887604}} | ||
Line 21: | Line 22: | ||
* http://www.x.org/releases/individual/lib/ → libXpm-3.5.11.tar.gz | * http://www.x.org/releases/individual/lib/ → libXpm-3.5.11.tar.gz | ||
* [http://snisurset.net/code/abydos/ abydos] | * [http://snisurset.net/code/abydos/ abydos] | ||
+ | * [[GIMP]] | ||
+ | * [http://www.irfanview.com/ IrfanView] | ||
+ | * [https://www.libreoffice.org/ LibreOffice Draw] | ||
+ | * [[XnView]] | ||
== Sample files == | == Sample files == | ||
Line 26: | Line 31: | ||
* 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/xpm/ | * https://telparia.com/fileFormatSamples/image/xpm/ | ||
+ | * https://www.qemu.org/ - [https://download.qemu.org/qemu-7.0.0-rc4.tar.xz qemu-7.0.0-rc4.tar.xz] → logo.xpm | ||
+ | * http://ftp.mozilla.org/pub/thunderbird/ - [http://ftp.mozilla.org/pub/thunderbird/releases/60.5.3/source/thunderbird-60.5.3.source.tar.xz thunderbird-60.5.3.source.tar.xz] → mozicon16.xpm mozicon50.xpm | ||
+ | * https://archive.apache.org/dist/openoffice/ - [https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.zip apache-openoffice-4.1.7-46059c9192-src.zip] → aoo-4.1.7/main/padmin/source/ psetupl.xpm | ||
+ | * http://raspbian.raspberrypi.org/ - [http://raspbian.raspberrypi.org/raspbian/pool/main/i/icewm-themes/icewm-themes_1.2.26.orig.tar.gz icewm-themes_1.2.26.orig.tar.gz] → icewm-themes-1.2.26/gnomeish/ dframeIB.xpm | ||
== External links == | == External links == |
Revision as of 02:00, 22 April 2022
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
- GIMP
- IrfanView
- LibreOffice Draw
- XnView
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/
- https://www.qemu.org/ - qemu-7.0.0-rc4.tar.xz → logo.xpm
- http://ftp.mozilla.org/pub/thunderbird/ - thunderbird-60.5.3.source.tar.xz → mozicon16.xpm mozicon50.xpm
- https://archive.apache.org/dist/openoffice/ - apache-openoffice-4.1.7-46059c9192-src.zip → aoo-4.1.7/main/padmin/source/ psetupl.xpm
- http://raspbian.raspberrypi.org/ - icewm-themes_1.2.26.orig.tar.gz → icewm-themes-1.2.26/gnomeish/ dframeIB.xpm