[][src]Constant opencv::imgcodecs::IMWRITE_WEBP_QUALITY

pub const IMWRITE_WEBP_QUALITY: i32 = 64;

For WEBP, it can be a quality from 1 to 100 (the higher is the better). By default (without any parameter) and for quality above 100 the lossless compression is used.