Verify.ImageSharp.Compare
April 9, 2026 ยท View on GitHub
Extends Verify to allow comparison of images via Codeuctivity.ImageSharp.Compare.
Contains comparers for png, jpg, and bmp.
See Milestones for release notes.
Sponsors
Entity Framework Extensions
Entity Framework Extensions is a major sponsor and is proud to contribute to the development this project.
Developed using JetBrains IDEs
NuGet
Usage
[ModuleInitializer]
public static void Init() =>
VerifyImageSharpCompare.Initialize();
Image Comparers
The following will use ImageHash to compare the images instead of the default DifferenceHash algorithm.
[Test]
public Task CompareImage() =>
VerifyFile("sample1.jpg");
Register all comparers
All comparers can be registered:
VerifyImageSharpCompare.RegisterComparers();
Icon
Pattern designed by Marialuisa Iborra from The Noun Project.

