packedBitmapCodec top-level constant

PackedBitmapCodec const packedBitmapCodec

Codec for encoding and decoding packed bitmaps.

A packed bitmap is a compact binary representation of a bitmap, where each pixel is encoded as a single bit. This can be useful for storing large bitmaps in a compact format, at the cost of some overhead to pack and unpack the data.

Implementation

const packedBitmapCodec = PackedBitmapCodec._();