Interface SGI


interface SGI
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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_NONE
      No compression, channels stored verbatim.
      See Also:
    • 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:
    • COLORMODE_NORMAL

      static final int COLORMODE_NORMAL
      Only ColorMode NORMAL should be used.
      See Also:
    • COLORMODE_DITHERED

      static final int COLORMODE_DITHERED
      Obsolete.
      See Also:
    • COLORMODE_SCREEN

      static final int COLORMODE_SCREEN
      Obsolete.
      See Also:
    • COLORMODE_COLORMAP

      static final int COLORMODE_COLORMAP
      Obsolete.
      See Also: