Interface PCX
interface PCX
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte
No compression, channels stored verbatim.static final byte
Runlength encoed compression, channels are prepended by one offset and length tables (one entry in each per scanline).static final int
static final byte
static final int
Color or BW.static final int
Gray.static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
Magic identifier for VGA palette.
-
Field Details
-
MAGIC
static final byte MAGIC- See Also:
-
HEADER_SIZE
static final int HEADER_SIZE- See Also:
-
VERSION_2_5
static final byte VERSION_2_5- See Also:
-
VERSION_2_8_PALETTE
static final byte VERSION_2_8_PALETTE- See Also:
-
VERSION_2_8_NO_PALETTE
static final byte VERSION_2_8_NO_PALETTE- See Also:
-
VERSION_2_X_WINDOWS
static final byte VERSION_2_X_WINDOWS- See Also:
-
VERSION_3
static final byte VERSION_3- See Also:
-
COMPRESSION_NONE
static final byte COMPRESSION_NONENo compression, channels stored verbatim.- See Also:
-
COMPRESSION_RLE
static final byte COMPRESSION_RLERunlength encoed compression, channels are prepended by one offset and length tables (one entry in each per scanline).- See Also:
-
PALETTEINFO_COLOR
static final int PALETTEINFO_COLORColor or BW.- See Also:
-
PALETTEINFO_GRAY
static final int PALETTEINFO_GRAYGray.- See Also:
-
VGA_PALETTE_MAGIC
static final byte VGA_PALETTE_MAGICMagic identifier for VGA palette.- See Also:
-