PCX
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{| |File Formats | > |Electronic File Formats | > |Graphics | > |'''PCX''' |} {{FormatInfo|extensions=.pcx|mimetypes=image/x-pcx}} '''PCX''' was the native forma...") |
(→References: add fileformat.info reference) |
||
Line 16: | Line 16: | ||
* [http://en.wikipedia.org/wiki/PCX PCX (Wikipedia)] | * [http://en.wikipedia.org/wiki/PCX PCX (Wikipedia)] | ||
* [http://www.shikadi.net/moddingwiki/PCX_Format Format description (Game Modding Wiki)] | * [http://www.shikadi.net/moddingwiki/PCX_Format Format description (Game Modding Wiki)] | ||
+ | * [http://www.fileformat.info/format/pcx/egff.htm Page] on PCX on fileformat.info, with some pseudocode |
Revision as of 04:44, 6 November 2012
File Formats | > | Electronic File Formats | > | Graphics | > | PCX |
PCX was the native format of a DOS-based program PC Paintbrush, and was for a time (especially the late 1980s) a very popular image format among users of IBM PC compatibles and the PC/MS-DOS operating system. Much clip art was distributed in this format. However, it was tied closely to platform-specific attributes such as the particular graphic modes available in early PCs, and later lost ground to more platform-independent graphic formats like GIF, JPEG, and PNG.
References
- PCX (Wikipedia)
- Format description (Game Modding Wiki)
- Page on PCX on fileformat.info, with some pseudocode