Struct tiff::encoder::compression::Lzw
source · pub struct Lzw;
Expand description
The LZW algorithm used to compress image data in TIFF files.
Trait Implementations§
source§impl Compression for Lzw
impl Compression for Lzw
source§const COMPRESSION_METHOD: CompressionMethod = CompressionMethod::LZW
const COMPRESSION_METHOD: CompressionMethod = CompressionMethod::LZW
The corresponding tag to the algorithm.
source§fn get_algorithm(&self) -> Compressor
fn get_algorithm(&self) -> Compressor
Method to optain a type that can store each variant of comression algorithm.