class StumpyGIF::LZW

Defined in:

stumpy_gif/lzw.cr

Constant Summary

MAX_DICT = 4096

Constructors

Instance Method Summary

Constructor Detail

def self.new(min_code_size : UInt8) #

[View source]

Instance Method Detail

def clear_code : UInt16 #

[View source]
def clear_code=(clear_code : UInt16) #

[View source]
def code_mask : UInt16 #

[View source]
def code_mask=(code_mask : UInt16) #

[View source]
def code_size : UInt8 #

[View source]
def code_size=(code_size : UInt8) #

[View source]
def emit_bits(n) #

[View source]
def emit_code(code) #

[View source]
def encode(data) #

[View source]
def eoi_code : UInt16 #

[View source]
def eoi_code=(eoi_code : UInt16) #

[View source]
def min_code_size : UInt8 #

[View source]
def min_code_size=(min_code_size : UInt8) #

[View source]
def next_code : UInt16 #

[View source]
def next_code=(next_code : UInt16) #

[View source]