swift-snapshot-testing
swift-snapshot-testing copied to clipboard
Diffing UIImage considering imageOrientation
-
Do I get it right that
UIImages diffing considers pixels only and ignoresimageOrientationproperty? -
Does it make sense extending
image(precision: Float, perceptualPrecision: Float, scale: CGFloat?)by adding one more parameterconsiderImageOrientationwhich will default toFalse?