pointfreeco / swift-snapshot-testing

📸 Delightful Swift snapshot testing.

Home Page:https://www.pointfree.co/episodes/ep41-a-tour-of-snapshot-testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diffing UIImage considering imageOrientation

valeriyvan opened this issue · 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?