Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
stumpy_jpeg
master
StumpyJPEG
BitReader
BitWriter
ColorModel
Grayscale
YCbCr
Component
Definition
Selector
Datastream
Huffman
Table
JPEG
Markers
Quantization
Table
Segment
APP
COM
DHT
DQT
DRI
EOI
SOF
SOI
SOS
Transformation
Built with Crystal 1.9.2
2023-10-07 20:58:55 UTC
class
StumpyJPEG::BitReader
StumpyJPEG::BitReader
Reference
Object
Defined in:
stumpy_jpeg/bitio.cr
Constructors
.new
(io : IO)
Instance Method Summary
#read_bit
#read_bits
(count : Int)
#read_remaining_bits
#read_restart_marker
#skip_remaining_bits
Constructor Detail
def self.
new
(io : IO)
#
[
View source
]
Instance Method Detail
def
read_bit
#
[
View source
]
def
read_bits
(count : Int)
#
[
View source
]
def
read_remaining_bits
#
[
View source
]
def
read_restart_marker
#
[
View source
]
def
skip_remaining_bits
#
[
View source
]