Hi,
I'm trying to compare two almost identical images in two different stages.
In the first stage I want to check if a checkbox is either white or not. The problem i'm having here is that the checkbox I'm working with is in a scanned document, so the background colour of the image is not white, but as much white it can get before it is actually white. I tried to us the 'Utility - Image Manipulation - Image is White' object, but this object only check for hex code (colour) ffffff (white). So now I'm wondering, is there any way to decide if an image is white-ish and note dark?
In the second stage I want to see if a scanned pdf document contains a certain Logo. Right now im using a wait stage to see if condition 'Matches Image' can be satisfied. But as a result of that the image is scanned, the pixels are not identically laid out and therefor the condition is not satisfied. So I'm wondering, is there any way to see if two images Matches to, lets say, 90%?
All Good!