class StumpyJPEG::Component
- StumpyJPEG::Component
- Reference
- Object
Defined in:
stumpy_jpeg/component.crConstructors
Instance Method Summary
- #component_id(*args, **options)
- #component_id(*args, **options, &)
- #data_units : Hash(Tuple(Int32, Int32), Matrix(Int32))
- #decode_progressive_ac_first(bit_reader, ac_table, s_start, s_end, approx, du_row, du_col)
- #decode_progressive_ac_refine(bit_reader, ac_table, s_start, s_end, approx, du_row, du_col)
- #decode_progressive_dc_first(bit_reader, dc_table, approx, du_row, du_col)
- #decode_progressive_dc_refine(bit_reader, approx, du_row, du_col)
- #decode_sequential(bit_reader, dc_table, ac_table, du_row, du_col)
- #decode_sequential_ac(bit_reader, ac_table, coef)
- #decode_sequential_dc(bit_reader, dc_table, coef)
- #definition : Definition
- #dqt_table_id(*args, **options)
- #dqt_table_id(*args, **options, &)
- #end_of_band_run : Int32
- #h(*args, **options)
- #h(*args, **options, &)
- #idct_transform(dqt)
- #last_dc_value : Int32
- #non_interleaved_mcu_cols : Int32
- #non_interleaved_mcu_rows : Int32
- #raw_coefficients : Hash(Tuple(Int32, Int32), Array(Int32))
- #reset_end_of_band
- #reset_last_dc_value
- #sampling_h : Int32
- #sampling_v : Int32
- #upsample
- #upsample_one_to_one
- #upsampled_data : Hash(Tuple(Int32, Int32), Matrix(Int32))
- #v(*args, **options)
- #v(*args, **options, &)
Constructor Detail
def self.new(definition : StumpyJPEG::Component::Definition, max_h, max_v, image_width, image_height)
#
Instance Method Detail
def decode_progressive_ac_first(bit_reader, ac_table, s_start, s_end, approx, du_row, du_col)
#
def decode_progressive_ac_refine(bit_reader, ac_table, s_start, s_end, approx, du_row, du_col)
#