Interface SGI
interface SGI
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Obsolete.static final int
Obsolete.static final int
Only ColorMode NORMAL should be used.static final int
Obsolete.static 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 short
-
Field Details
-
MAGIC
static final short MAGIC- 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:
-
COLORMODE_NORMAL
static final int COLORMODE_NORMALOnly ColorMode NORMAL should be used.- See Also:
-
COLORMODE_DITHERED
static final int COLORMODE_DITHEREDObsolete.- See Also:
-
COLORMODE_SCREEN
static final int COLORMODE_SCREENObsolete.- See Also:
-
COLORMODE_COLORMAP
static final int COLORMODE_COLORMAPObsolete.- See Also:
-