Interface PCX
-
interface PCX
-
-
Field Summary
Fields Modifier and Type Field Description static byte
COMPRESSION_NONE
No compression, channels stored verbatim.static byte
COMPRESSION_RLE
Runlength encoed compression, channels are prepended by one offset and length tables (one entry in each per scanline).static int
HEADER_SIZE
static byte
MAGIC
static int
PALETTEINFO_COLOR
Color or BW.static int
PALETTEINFO_GRAY
Gray.static byte
VERSION_2_5
static byte
VERSION_2_8_NO_PALETTE
static byte
VERSION_2_8_PALETTE
static byte
VERSION_2_X_WINDOWS
static byte
VERSION_3
static byte
VGA_PALETTE_MAGIC
Magic identifier for VGA palette.
-
-
-
Field Detail
-
MAGIC
static final byte MAGIC
- See Also:
- Constant Field Values
-
HEADER_SIZE
static final int HEADER_SIZE
- See Also:
- Constant Field Values
-
VERSION_2_5
static final byte VERSION_2_5
- See Also:
- Constant Field Values
-
VERSION_2_8_PALETTE
static final byte VERSION_2_8_PALETTE
- See Also:
- Constant Field Values
-
VERSION_2_8_NO_PALETTE
static final byte VERSION_2_8_NO_PALETTE
- See Also:
- Constant Field Values
-
VERSION_2_X_WINDOWS
static final byte VERSION_2_X_WINDOWS
- See Also:
- Constant Field Values
-
VERSION_3
static final byte VERSION_3
- See Also:
- Constant Field Values
-
COMPRESSION_NONE
static final byte COMPRESSION_NONE
No compression, channels stored verbatim.- See Also:
- Constant Field Values
-
COMPRESSION_RLE
static final byte COMPRESSION_RLE
Runlength encoed compression, channels are prepended by one offset and length tables (one entry in each per scanline).- See Also:
- Constant Field Values
-
PALETTEINFO_COLOR
static final int PALETTEINFO_COLOR
Color or BW.- See Also:
- Constant Field Values
-
PALETTEINFO_GRAY
static final int PALETTEINFO_GRAY
Gray.- See Also:
- Constant Field Values
-
VGA_PALETTE_MAGIC
static final byte VGA_PALETTE_MAGIC
Magic identifier for VGA palette.- See Also:
- Constant Field Values
-
-