ImageSharpCompare by Stefan Seeland

<PackageReference Include="ImageSharpCompare" Version="1.2.11" />

 ImageSharpCompare 1.2.11

Compares Images and calculates mean error, absolute error and diff image. Supports optional tolerance mask/images to ignore areas of an image. Use this for automated visual comparing in your unit tests.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>ImageSharpCompare</id>
    <version>1.2.11</version>
    <authors>Stefan Seeland</authors>
    <license type="expression">Apache-2.0</license>
    <licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
    <icon>NugetIcon.png</icon>
    <projectUrl>https://github.com/Codeuctivity/ImageSharp.Compare</projectUrl>
    <description>Compares Images and calculates mean error, absolute error and diff image. Supports optional tolerance mask/images to ignore areas of an image. Use this for automated visual comparing in your unit tests.</description>
    <releaseNotes>Breaking change: Method "ImageAreEqual" renamed to "ImagesAreEqual"

Breaking change: Method "ImageAreEqual" renamed to "ImagesAreEqual"</releaseNotes>
    <tags>Compare Image JPG PNG BMP</tags>
    <repository type="git" url="https://github.com/Codeuctivity/ImageSharp.Compare" commit="a5def226c624fb9281c5f7d32956f48f9deff87a" />
    <dependencies>
      <group targetFramework="net6.0">
        <dependency id="SixLabors.ImageSharp" version="1.0.4" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="SixLabors.ImageSharp" version="1.0.4" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>