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
Inspired by the image compare feature "Visual verification API" of [TestApi](https://blogs.msdn.microsoft.com/ivo_manolov/2009/04/20/introduction-to-testapi-part-3-visual-verification-apis/) this code supports comparing images by using a tolerance mask image. That tolerance mask image is a valid image by itself and can be manipulated.
8
8
@@ -16,8 +16,9 @@ ImageSharpCompare focus on os agnostic support and therefore depends on [SixLabo
## .net Framework specific note / ImageSharp license note
66
-
67
-
.net framework (an older Windows-based .NET implementation) is supported by versions 2.x.y, caused by the used dependency ImageSharp. ImageSharp dropped .net framework support starting with version 3.
68
-
ImageSharp also made a license change. You may want to stick with 2.x.y if want to avoid that caused implications.
0 commit comments