![]() |
VOOZH | about |
dotnet add package Codeuctivity.ImageSharpCompare --version 4.1.390
NuGet\Install-Package Codeuctivity.ImageSharpCompare -Version 4.1.390
<PackageReference Include="Codeuctivity.ImageSharpCompare" Version="4.1.390" />
<PackageVersion Include="Codeuctivity.ImageSharpCompare" Version="4.1.390" />Directory.Packages.props
<PackageReference Include="Codeuctivity.ImageSharpCompare" />Project file
paket add Codeuctivity.ImageSharpCompare --version 4.1.390
#r "nuget: Codeuctivity.ImageSharpCompare, 4.1.390"
#:package Codeuctivity.ImageSharpCompare@4.1.390
#addin nuget:?package=Codeuctivity.ImageSharpCompare&version=4.1.390Install as a Cake Addin
#tool nuget:?package=Codeuctivity.ImageSharpCompare&version=4.1.390Install as a Cake Tool
Compares images Supports comparing images by using a tolerance mask image. Linux, Windows, MacOs supported.
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 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 4 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). |
|
|
SimpleVisualBrowserTests
This is a simple config for doing visual end-to-end tests using Selenium and Chrome. Feel free to use it and let me know what you think, fork and improve at will. Intended for hobby projects, let's say it's in a 'testing phase'. No docs, but check out the sample tests in the repository for how to use. |
|
|
ImagePlayground.Core
Core image processing, EXIF metadata, image comparison, and utility APIs for the ImagePlayground package family. |
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.390 | 2,955 | 5/13/2026 |
| 4.1.379 | 123,527 | 11/15/2025 |
| 4.1.368 | 11,966 | 9/26/2025 |
| 4.1.350 | 42,810 | 7/31/2025 |
| 4.1.342 | 9,896 | 6/13/2025 |
| 4.1.335 | 1,024 | 6/6/2025 |
| 4.1.325 | 7,147 | 5/7/2025 |
| 4.0.311 | 1,008 | 4/28/2025 |
| 4.0.306 | 8,244 | 4/9/2025 |
| 4.0.298 | 197,738 | 11/21/2024 |
| 4.0.292-DroppedSourceLink | 187 | 11/20/2024 |
| 4.0.281-DroppedSourceLink | 201 | 9/9/2024 |
| 4.0.280-DroppedSourceLink | 211 | 9/9/2024 |
| 4.0.273 | 42,649 | 7/24/2024 |
| 4.0.258 | 101,884 | 4/23/2024 |
| 4.0.249 | 3,091 | 4/13/2024 |
| 4.0.241 | 14,007 | 3/7/2024 |
| 4.0.234 | 7,695 | 1/27/2024 |
| 4.0.228 | 762 | 1/22/2024 |
| 4.0.223 | 1,533 | 1/1/2024 |
Added hint to package SkiaSharp.Compare