pub fn diff(
    before_png: &DynamicImage,
    after_png: &DynamicImage
) -> Result<DynamicImage, DecodeError>