Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 328 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 328 Bytes

ImageCompareEqualsCSharp

Compare two images and if they equals

Bitmap firstImage = new Bitmap(@"D:\Desktop\pictureOne.png");
Bitmap secondImage = new Bitmap(@"D:\Desktop\pictureTwo.png");
// bool isEqual = ImageCompareString(firstImage, secondImage);
// bool isEqual = ImageCompareArray(firstImage, secondImage);