Use GroupDocs.Comparison features to control changes at JPEG images
- Get GroupDocs.Comparison from NPM
- Add comparer object with JPEG file path
- At least two JPEG files must be analyzed
- Get result in the JPEG format
Use GroupDocs.Comparison features to control changes at JPEG images
// Check multiple files to see how they are similar or different
// Create a Comparer object and give it the first file as input
const comparer = new groupdocs.comparison.Comparer('first.jpeg');
// Append more files
comparer.add('second.jpeg');
comparer.add('third.jpeg');
// Fetch the final report
await comparer.compare('report_full.jpeg');
console.log('\nDocuments compared successfully.\nCheck output.');
Download GroupDocs.Comparison for free or get a trial license for full access!
Explore documentation, code samples, and community support to enhance your experience.
Software based on GroupDocs.Comparison for Node.js via Java compose valuable information about differences among JPEG pictures. Convenient reports allow to control any changes at business files.