05-13-2005, 10:53 AM
Compare images
|
05-13-2005, 11:08 AM
getclip does not store the clipboard data to the variable when CF_BITMAP format is specified. It only writes the bitmap to the file. You can then compare files:
... a.getfile(a) b.getfile(b) ...
05-13-2005, 11:45 AM
Ok
04-07-2021, 08:53 AM
Is it possible to compare the files to get the X and Y coordinates of the first occurrence of a difference is found in the second image?
04-07-2021, 03:53 PM
Quick Macros does not have such function.
Could get all pixels and compare in loop, but in QM it is slow. Could use C or C#, but in any case need some programming. Or find a library that can do it. For example, look in Freeimage C documentation: https://freeimage.sourceforge.io/documentation.html |
« Next Oldest | Next Newest »
|
Users browsing this thread: 1 Guest(s)