Module compression

Source

Modulesยง

deflate ๐Ÿ”’
lzw ๐Ÿ”’
packbits ๐Ÿ”’
uncompressed ๐Ÿ”’

Structsยง

Deflate
The Deflate algorithm used to compress image data in TIFF files.
Lzw
The LZW algorithm used to compress image data in TIFF files.
Packbits
Compressor that uses the Packbits algorithm to compress bytes.
Uncompressed
The default algorithm which does not compress at all.

Enumsยง

Compressor
An enum to store each compression algorithm.
DeflateLevel
The level of compression used by the Deflate algorithm. It allows trading compression ratio for compression speed.

Traitsยง

Compression
An algorithm used for compression with associated enums and optional configurations.
CompressionAlgorithm
An algorithm used for compression