Codeuctivity.ImageSharpCompare
4.1.389
dotnet add package Codeuctivity.ImageSharpCompare --version 4.1.389
NuGet\Install-Package Codeuctivity.ImageSharpCompare -Version 4.1.389
<PackageReference Include="Codeuctivity.ImageSharpCompare" Version="4.1.389" />
<PackageVersion Include="Codeuctivity.ImageSharpCompare" Version="4.1.389" />
<PackageReference Include="Codeuctivity.ImageSharpCompare" />
paket add Codeuctivity.ImageSharpCompare --version 4.1.389
#r "nuget: Codeuctivity.ImageSharpCompare, 4.1.389"
#:package Codeuctivity.ImageSharpCompare@4.1.389
#addin nuget:?package=Codeuctivity.ImageSharpCompare&version=4.1.389
#tool nuget:?package=Codeuctivity.ImageSharpCompare&version=4.1.389
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 | Versions 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. |
-
net10.0
- SixLabors.ImageSharp (>= 3.1.12)
-
net8.0
- SixLabors.ImageSharp (>= 3.1.12)
-
net9.0
- SixLabors.ImageSharp (>= 3.1.12)
GitHub repositories (5)
Showing the top 5 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
|
|
|
georg-jung/FaceAiSharp
State-of-the-art face detection and face recognition for .NET.
|
| 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 |
Merge pull request #156 from Codeuctivity/ReadmeUpdate
Readme update