class StumpyJPEG::Quantization::Table

Defined in:

stumpy_jpeg/quantization.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(precision : Int32, table_id : Int32, elements : Array(Int32)) #

[View source]

Class Method Detail

def self.from_io(io) #

[View source]

Instance Method Detail

def bytesize #

[View source]
def elements : Array(Int32) #

[View source]
def precision : Int32 #

[View source]
def scaled_elements : Array(Float64) #

[View source]
def table_id : Int32 #

[View source]