Codeuctivity.ImageSharpCompare 3.0.183

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Codeuctivity.ImageSharpCompare --version 3.0.183
NuGet\Install-Package Codeuctivity.ImageSharpCompare -Version 3.0.183
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Codeuctivity.ImageSharpCompare" Version="3.0.183" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Codeuctivity.ImageSharpCompare --version 3.0.183
#r "nuget: Codeuctivity.ImageSharpCompare, 3.0.183"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Codeuctivity.ImageSharpCompare as a Cake Addin
#addin nuget:?package=Codeuctivity.ImageSharpCompare&version=3.0.183

// Install Codeuctivity.ImageSharpCompare as a Cake Tool
#tool nuget:?package=Codeuctivity.ImageSharpCompare&version=3.0.183

Compares images Supports comparing images by using a tolerance mask image. Linux, Windows, MacOs supported.

Basic example:

bool isEqual = ImageSharpCompare.ImagesAreEqual("actual.png", "expected.png");

// calcs MeanError, AbsoluteError, PixelErrorCount and PixelErrorPercentage
ICompareResult calcDiff = ImageSharpCompare.CalcDiff("actual.png", "expected.png");
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Codeuctivity.ImageSharpCompare:

Package Downloads
Lombiq.Tests.UI The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Lombiq UI Testing Toolbox for Orchard Core: Web UI testing toolbox mostly for Orchard Core applications. Everything you need to do UI testing with Selenium for an Orchard app is here. See the project website for detailed documentation.

Verify.ImageSharp.Compare The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Extends Verify (https://github.com/VerifyTests/Verify) to allow verification via Codeuctivity.ImageSharp.Compare (https://github.com/Codeuctivity/ImageSharp.Compare).

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on Codeuctivity.ImageSharpCompare:

Repository Stars
Squidex/squidex
Headless CMS and Content Managment Hub
dotnetcore/Magicodes.IE
Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html.
dymaptic/GeoBlazor
Core Components for the Dymaptic GeoBlazor Library
Version Downloads Last updated
4.0.258 169 4/23/2024
4.0.249 967 4/13/2024
4.0.241 3,253 3/7/2024
4.0.234 4,218 1/27/2024
4.0.228 498 1/22/2024
4.0.223 906 1/1/2024
4.0.212 483 12/9/2023
4.0.204 3,617 11/17/2023
3.0.183 38,897 8/16/2023
3.0.175 1,810 7/29/2023
3.0.165 3,541 7/13/2023
3.0.156 14,444 4/9/2023
3.0.147 3,683 3/29/2023
3.0.139 305 3/23/2023
3.0.135 244 3/23/2023
3.0.118 5,791 3/4/2023
2.0.182 17,533 8/16/2023
2.0.173 567 7/29/2023
2.0.160 249 7/12/2023
2.0.155 14,672 4/9/2023
2.0.152 206 4/9/2023
2.0.134 257 3/23/2023
2.0.76 80,518 6/24/2022
2.0.61 9,260 5/27/2022
2.0.55 1,044 5/11/2022
2.0.46 8,283 4/21/2022
2.0.25 4,479 3/16/2022
2.0.18 977 2/19/2022
1.9.0-beta 187 2/19/2022

Allow mask image to be supplied when calculating diff mask of two images