[][src]Constant opencv::imgcodecs::IMWRITE_PNG_STRATEGY_FILTERED

pub const IMWRITE_PNG_STRATEGY_FILTERED: i32 = 1;

Use this value for data produced by a filter (or predictor).Filtered data consists mostly of small values with a somewhat random distribution. In this case, the compression algorithm is tuned to compress them better.