Codeuctivity.ImageSharpCompare 4.1.389

dotnet add package Codeuctivity.ImageSharpCompare --version 4.1.389
                    
NuGet\Install-Package Codeuctivity.ImageSharpCompare -Version 4.1.389
                    
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.1.389" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Codeuctivity.ImageSharpCompare" Version="4.1.389" />
                    
Directory.Packages.props
<PackageReference Include="Codeuctivity.ImageSharpCompare" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Codeuctivity.ImageSharpCompare --version 4.1.389
                    
#r "nuget: Codeuctivity.ImageSharpCompare, 4.1.389"
                    
#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.
#:package Codeuctivity.ImageSharpCompare@4.1.389
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Codeuctivity.ImageSharpCompare&version=4.1.389
                    
Install as a Cake Addin
#tool nuget:?package=Codeuctivity.ImageSharpCompare&version=4.1.389
                    
Install as a Cake Tool

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

ImageSharp License Note

If you run into the licensing hassle around the ImageSharp dependency, consider Codeuctivity/SkiaSharp.Compare as an alternative. It is semi API compatible, and if that project already satisfies your personal needs, it may also be the better fit for you. For further details, see Licence Enforcement Changes. The respect here is directed toward the ImageSharp dependency and the work behind it. Keeping this project compliant with license changes takes ongoing effort, and funding would help make it easier to upgrade to the latest ImageSharp versions and keep pace with their technical changes responsibly.

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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (4)

Showing the top 4 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.
replaysMike/Binner
Open source parts inventory system for makers, electronics hobby, and professional engineers
fgsfds/Steam-Superheater
Steam Superheater is an app that can fix and improve games on Steam that are broken or have troubles running on modern systems
dymaptic/GeoBlazor
Core Components for the Dymaptic GeoBlazor Library
Version Downloads Last Updated
4.1.389 0 5/13/2026
4.1.385 0 5/5/2026
4.1.383 0 3/10/2026
4.1.381 0 11/25/2025
4.1.378 0 11/15/2025
4.1.377 0 11/14/2025
4.1.372 0 10/24/2025
4.1.367 0 9/26/2025
4.1.362 0 9/25/2025
4.1.360 0 9/8/2025
4.1.359 0 9/8/2025
4.1.354 0 8/12/2025
4.1.348 0 7/30/2025
4.1.345 0 6/17/2025
4.1.340 0 6/13/2025
4.1.333 0 6/6/2025
4.1.328 0 5/23/2025
4.1.323 0 5/7/2025
4.0.320 0 5/7/2025
4.0.309 0 4/28/2025
Loading failed

Merge pull request #156 from Codeuctivity/ReadmeUpdate

Readme update