CrImage::JPEG::BitWriter
Inherits Reference / Object
BitWriter for writing bits to an IO stream Handles JPEG byte stuffing (0xFF -> 0xFF 0x00)
Constructors
new(io : IO)
SourceInstance methods
write_bits(value : UInt16, n : Number) : Nil
Write n bits from value to the stream n must be between 1 and 16