Interface SGI
-
interface SGI
-
-
Field Summary
Fields Modifier and Type Field Description static intCOLORMODE_COLORMAPObsolete.static intCOLORMODE_DITHEREDObsolete.static intCOLORMODE_NORMALOnly ColorMode NORMAL should be used.static intCOLORMODE_SCREENObsolete.static byteCOMPRESSION_NONENo compression, channels stored verbatim.static byteCOMPRESSION_RLERunlength encoed compression, channels are prepended by one offset and length tables (one entry in each per scanline).static shortMAGIC
-
-
-
Field Detail
-
MAGIC
static final short MAGIC
- 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
-
COLORMODE_NORMAL
static final int COLORMODE_NORMAL
Only ColorMode NORMAL should be used.- See Also:
- Constant Field Values
-
COLORMODE_DITHERED
static final int COLORMODE_DITHERED
Obsolete.- See Also:
- Constant Field Values
-
COLORMODE_SCREEN
static final int COLORMODE_SCREEN
Obsolete.- See Also:
- Constant Field Values
-
COLORMODE_COLORMAP
static final int COLORMODE_COLORMAP
Obsolete.- See Also:
- Constant Field Values
-
-