Interface SGI


  • interface SGI
    • Field Detail

      • 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