[][src]Constant opencv::imgcodecs::IMWRITE_TIFF_COMPRESSION

pub const IMWRITE_TIFF_COMPRESSION: i32

For TIFF, use to specify the image compression scheme. See libtiff for integer constants corresponding to compression formats. Note, for images whose depth is CV_32F, only libtiff's SGILOG compression scheme is used. For other supported depths, the compression scheme can be specified by this flag; LZW compression is the default.