Codeuctivity.ImageSharpCompare 4.0.298

Prefix Reserved
dotnet add package Codeuctivity.ImageSharpCompare --version 4.0.298                
NuGet\Install-Package Codeuctivity.ImageSharpCompare -Version 4.0.298                
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="4.0.298" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Codeuctivity.ImageSharpCompare --version 4.0.298                
#r "nuget: Codeuctivity.ImageSharpCompare, 4.0.298"                
#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=4.0.298

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

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 net8.0 is compatible.  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

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

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

GitHub repositories (1)

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

Repository Stars
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.
Version Downloads Last updated
4.0.298 2,725 11/21/2024
4.0.292-DroppedSourceLink 65 11/20/2024
4.0.281-DroppedSourceLink 95 9/9/2024
4.0.280-DroppedSourceLink 83 9/9/2024
4.0.273 15,905 7/24/2024
4.0.258 59,146 4/23/2024
4.0.249 1,717 4/13/2024
4.0.241 8,836 3/7/2024
4.0.234 6,778 1/27/2024
4.0.228 553 1/22/2024
4.0.223 1,104 1/1/2024
4.0.212 602 12/9/2023
4.0.204 13,371 11/17/2023
3.0.183 54,264 8/16/2023
3.0.175 1,906 7/29/2023
3.0.165 3,593 7/13/2023
3.0.156 16,677 4/9/2023
3.0.147 4,035 3/29/2023
3.0.139 383 3/23/2023
3.0.135 284 3/23/2023
3.0.118 9,433 3/4/2023
2.0.182 63,061 8/16/2023
2.0.173 1,089 7/29/2023
2.0.160 298 7/12/2023
2.0.155 16,333 4/9/2023
2.0.152 250 4/9/2023
2.0.134 302 3/23/2023
2.0.76 89,449 6/24/2022
2.0.61 9,307 5/27/2022
2.0.55 1,085 5/11/2022
2.0.46 8,349 4/21/2022
2.0.25 5,285 3/16/2022
2.0.18 1,136 2/19/2022
1.9.0-beta 202 2/19/2022

Bump SixLabors.ImageSharp from 3.1.5 to 3.1.6