PCX Image: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (→Games) |
imported>Ikskoks |
||
| Line 9: | Line 9: | ||
<pre> | <pre> | ||
// PCX Image file format | // PCX Image file format | ||
1 byte (uint8) - magic // "0x0A" | |||
1 byte (uint8) - version // 0 = PC Paintbrush version 2.5 (EGA palette) | |||
// 2 = PC Paintbrush version 2.8 (EGA palette) | |||
// 3 = PC Paintbrush version 2.8 (no palette) | |||
// 4 = PC Paintbrush for Windows | |||
// 5 = PC Paintbrush version 3.0 | |||
1 byte (uint8) - compression type // 0 = no compression | |||
// 1 = RLE compression | |||
1 byte (uint8) - bits per pixel // 1 = 2 colors | |||
// 2 = 4 colors | |||
// 4 = 16 colors | |||
// 8 = 256 colors | |||
</pre> | </pre> | ||
</div> | </div> | ||
Revision as of 12:45, 5 November 2020
PCX
- Format Type : Image
- Endian Order : Little Endian
Format Specifications
// PCX Image file format
1 byte (uint8) - magic // "0x0A"
1 byte (uint8) - version // 0 = PC Paintbrush version 2.5 (EGA palette)
// 2 = PC Paintbrush version 2.8 (EGA palette)
// 3 = PC Paintbrush version 2.8 (no palette)
// 4 = PC Paintbrush for Windows
// 5 = PC Paintbrush version 3.0
1 byte (uint8) - compression type // 0 = no compression
// 1 = RLE compression
1 byte (uint8) - bits per pixel // 1 = 2 colors
// 2 = 4 colors
// 4 = 16 colors
// 8 = 256 colors
MultiEx BMS Script
Not written yet.
Notes and Comments
None.
Games
List of games using this file format:
- Elasto Mania
- Many more...
Compatible Programs
- IrfanView
- GIMP