You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do I get it right that UIImages diffing considers pixels only and ignores imageOrientation property?
Does it make sense extending image(precision: Float, perceptualPrecision: Float, scale: CGFloat?) by adding one more parameter considerImageOrientation which will default to False?
The text was updated successfully, but these errors were encountered:
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
?The text was updated successfully, but these errors were encountered: