Document comparison solution

Comparison of changes at JPEG images with .NET technologies

Collecting and representing as a report data about changes in JPEG files provided by GroupDocs.Comparison for .NET API quickly and easily. Business solutions based on C#, ASP.NET, VB.NET, and .NET Core could be empowered with our software to get useful data.

How to compare JPEG pictures by C#

Control content of JPEG files with GroupDocs.Comparison

  1. Get GroupDocs.Comparison for .NET from Nuget and add to your project
  2. Use Comparer object constructor to set path to JPEG image
  3. Involve other JPEG image to be analyzed
  4. Investigate report saved to local disc
Copy

// Compose report about differences in JPEG images

// Pass main file path to Comparer constructor
using (Comparer comparer = new Comparer("source.jpeg"))
{
    // Provide paths to other JPEG pictures
	comparer.Add("file_to_compare_1.jpeg");
    comparer.Add("file_to_compare_2.jpeg");
    comparer.Add("file_to_compare_3.jpeg");

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

Investigate GroupDocs.Comparison for .NET API features

GroupDocs.Comparison for .NET API provides rich functionality in JPEG images comparison. Resulting reports contain data about any distinctions at selected images. Using of our software in your C# projects do not request for any other libraries. Just add some lines of code and get powerful tool to achieve your goals.
Learn more
About illustration

Ready to get started?

Try GroupDocs.Comparison features for free or request a license

Comparison for JPEG images with C# .NET

Analyze information about any changes in JPEG files easily using GroupDocs.Comparison for .NET product.

 English