Module tiff::encoder::compression
source · [−]Structs
The Deflate algorithm used to compress image data in TIFF files.
The LZW algorithm used to compress image data in TIFF files.
The default algorithm which does not compress at all.
Enums
An enum to store each compression algorithm.
The level of compression used by the Deflate algorithm. It allows trading compression ratio for compression speed.
Traits
An algorithm used for compression with associated enums and optional configurations.
An algorithm used for compression