Document comparison solution

Compare PNG images in C# .NET applications

GroupDocs.Comparison for .NET API searches for any differences among PNG files quickly and easily. Improve C#, ASP.NET, VB.NET, and .NET Core applications in order to obtain comparison reports.

How to compare PNG pictures by C#

Construct a report that describes differences in PNG pictures by GroupDocs.Comparison

  1. Download and install GroupDocs.Comparison for .NET from Nuget
  2. Instantiate Comparer object providing path to PNG image
  3. Involve other PNG files to be compared
  4. Get final reports showing images alterations
Copy

// Construct report about changes in PNG images

// Create Comparer pointing to the first file
using (Comparer comparer = new Comparer("source.png"))
{
    // Involve other pictures to comparison process
	comparer.Add("file_to_compare_1.png");
    comparer.Add("file_to_compare_2.png");
    comparer.Add("file_to_compare_3.png");

    // Enjoy the resulting report
    comparer.Compare("result.png"); 
}
dotnet add package GroupDocs.Comparison
click to copy
copied
More examples Documentation

Uncover GroupDocs.Comparison for .NET API features

GroupDocs.Comparison for .NET API designed for comparing multiple PNG images and composing sophisticated reports about any distinctions at such images. It might be used at your .NET applications without installing any third-party software. Use GroupDocs.Comparison for .NET by adding a couple lines of code with many useful features out of the box.
Learn more
About illustration

Ready to get started?

Try GroupDocs.Comparison features for free or request a license

Compare PNG images by C# and .NET

.NET API for PNG images comparison. Get information about any alterations in files without extra efforts.

 English