class StumpyJPEG::JPEG
- StumpyJPEG::JPEG
- Reference
- Object
Defined in:
stumpy_jpeg/jpeg.crConstant Summary
-
PROGRESSIVE_MODES =
{2, 10}.map do |n| Markers::SOF + n end
-
SUPPORTED_MODES =
{0, 1, 2, 9, 10}.map do |n| Markers::SOF + n end
Constructors
Instance Method Summary
- #app : Segment::APP | Nil
- #canvas : Canvas
- #comment : String | Nil
- #components : Hash(Int32, Component)
- #entropy_ac_tables : StaticArray(Huffman::Table, 4)
- #entropy_dc_tables : StaticArray(Huffman::Table, 4)
- #frame : Segment::SOF | Nil
- #mcu_cols : Int32
- #mcu_rows : Int32
- #parse_segment(marker, io)
- #progressive : Bool
- #quantization_tables : StaticArray(Quantization::Table, 4)
- #restart_interval : Int32
- #update_canvas