pointfreeco/swift-snapshot-testing

Diffing UIImage considering imageOrientation

valeriyvan opened this issue · 0 comments

  • 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?