Replies: 1 comment 1 reply
-
Hi, Best regards, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to use ImageComparison class to compare images, but I have alot of images like over 100 image files, so does that mean I will have to create ImageComparison objects for every single comparison by using the statement below? If that is the case, I will end up having over 100 objects.
ImageComparison imageComparison = new ImageComparison(expectedImage, actualImage);
Beta Was this translation helpful? Give feedback.
All reactions