class StumpyGIF::LZW
- StumpyGIF::LZW
- Reference
- Object
Defined in:
stumpy_gif/lzw.crConstant Summary
-
MAX_DICT =
4096
Constructors
Instance Method Summary
- #clear_code : UInt16
- #clear_code=(clear_code : UInt16)
- #code_mask : UInt16
- #code_mask=(code_mask : UInt16)
- #code_size : UInt8
- #code_size=(code_size : UInt8)
- #emit_bits(n)
- #emit_code(code)
- #encode(data)
- #eoi_code : UInt16
- #eoi_code=(eoi_code : UInt16)
- #min_code_size : UInt8
- #min_code_size=(min_code_size : UInt8)
- #next_code : UInt16
- #next_code=(next_code : UInt16)