pub fn significant_pixel_diff_summary<I, J, F, P>(
actual: &I,
expected: &J,
is_significant_diff: F,
) -> Option<String>
Expand description
Human readable description of some of the pixels that differ signifcantly (according to provided function) between left and right, or None if all pixels match.