PCPaint PIC
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→Resources) |
|||
Line 25: | Line 25: | ||
* [http://www.fileformat.info/format/pictor/egff.htm Pictor PC Paint File Format Summary] from the Encyclopedia of Graphics File Formats | * [http://www.fileformat.info/format/pictor/egff.htm Pictor PC Paint File Format Summary] from the Encyclopedia of Graphics File Formats | ||
* [http://netghost.narod.ru/gff/vendspec/pictor/pictor.txt PCPAINT/PICtor description] by John Bridges himself | * [http://netghost.narod.ru/gff/vendspec/pictor/pictor.txt PCPAINT/PICtor description] by John Bridges himself | ||
+ | * [http://www.textfiles.com/programming/FORMATS/pix_fmt.txt Picture format docs (of a number of formats including this one)] |
Revision as of 00:05, 6 October 2013
PICtor format, or PC Paint format, is a raster image format created by John Bridges for his PCPaint graphics program. Filenames use the extension .PIC (sometimes .CLP).
Contents[hide] |
Format
There are multiple versions of the format, and it appears to be somewhat challenging to decode.
The most significant versions are probably the ones written by PC Paint 2.0 and higher. They have a 17-byte header, and are identified by the PaletteFlag field (the 12th byte in the file) having the value 0xff
.
Identification
Files begin with signature bytes 0x34 0x12
.
Software
- XnView (though it seems to only partially support this format)
Sample files
Resources
- Wikipedia article
- Pictor PC Paint File Format Summary from the Encyclopedia of Graphics File Formats
- PCPAINT/PICtor description by John Bridges himself
- Picture format docs (of a number of formats including this one)