XPM
From Just Solve the File Format Problem
(Difference between revisions)
Line 13: | Line 13: | ||
* [http://netpbm.sourceforge.net/ Netpbm] | * [http://netpbm.sourceforge.net/ Netpbm] | ||
* http://ftp.x.org/contrib/libraries/ → xpm-3.4k.tar.gz | * http://ftp.x.org/contrib/libraries/ → xpm-3.4k.tar.gz | ||
+ | |||
+ | == Sample files == | ||
+ | * http://www.fileformat.info/format/xpm/sample/index.htm | ||
+ | * http://stuff.mit.edu/afs/athena/contrib/graphics/images/icons/ | ||
== External links == | == External links == | ||
+ | * [http://www.fileformat.info/format/xpm/egff.htm XPM File Format Summary], from the Encyclopedia of Graphics File Formats | ||
* [http://www.w3.org/People/danield/xpm_story.html The XPM Story] | * [http://www.w3.org/People/danield/xpm_story.html The XPM Story] | ||
* [[Wikipedia:X PixMap|Wikipedia article]] | * [[Wikipedia:X PixMap|Wikipedia article]] |
Revision as of 02:37, 12 July 2013
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.
Software
- Netpbm
- http://ftp.x.org/contrib/libraries/ → xpm-3.4k.tar.gz
Sample files
- http://www.fileformat.info/format/xpm/sample/index.htm
- http://stuff.mit.edu/afs/athena/contrib/graphics/images/icons/
External links
- XPM File Format Summary, from the Encyclopedia of Graphics File Formats
- The XPM Story
- Wikipedia article