TheAutomator
Newcomer
'lo everyone.
I've been asked to work on some automation tools to compare screen captures of a 3D application. The diff utility I am using right now is very basic, it only spits out a bitmap with the difference onscreen. Useful for visual comparison, not so great for automation. My internet searches have come up with a lot of similar utilities, however, I am looking for something that can do the following:
- Compare two images and report if they are the same (0) or different (1) in a pop up window or text file output.
- If they are different, report a percentage of difference (not sure how this would be weighted, but basically I need some fuzzyness here to give a passing mark even if a handfull of pixels are slightly off between builds).
- Output diff image to a bitmap file.
I seem to recall using a tool that did this a long time ago, but trying to track it down on google is proving to be difficult (diff and bitmap get a lot of hits). Any suggestions?
I've been asked to work on some automation tools to compare screen captures of a 3D application. The diff utility I am using right now is very basic, it only spits out a bitmap with the difference onscreen. Useful for visual comparison, not so great for automation. My internet searches have come up with a lot of similar utilities, however, I am looking for something that can do the following:
- Compare two images and report if they are the same (0) or different (1) in a pop up window or text file output.
- If they are different, report a percentage of difference (not sure how this would be weighted, but basically I need some fuzzyness here to give a passing mark even if a handfull of pixels are slightly off between builds).
- Output diff image to a bitmap file.
I seem to recall using a tool that did this a long time ago, but trying to track it down on google is proving to be difficult (diff and bitmap get a lot of hits). Any suggestions?