Diffing UIImage considering imageOrientation
valeriyvan opened this issue · 0 comments
valeriyvan commented
-
Do I get it right that
UIImage
s diffing considers pixels only and ignoresimageOrientation
property? -
Does it make sense extending
image(precision: Float, perceptualPrecision: Float, scale: CGFloat?)
by adding one more parameterconsiderImageOrientation
which will default toFalse
?