This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
collection:Found_Images [2015/07/14 00:58] peternlewis created |
collection:Found_Images [2019/07/08 01:16] (current) peternlewis |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | The //Found Images collection// lists all the locations that the image matches on the screen (v7.0+). | + | ====== Found Images Collection ====== |
- | You specify the image to match (usually got with a Command-Control-Shift-4 screen capture) and the amount of fuzziness allowed. Because of transparency and anti-aliasing, almost all screen matches are fuzzy to some degree, but usually about 20% is a good place to start. | + | The //Found Images [[:Collections|collection]]// lists all the locations that the image matches on the screen (v7.0+). |
- | You can optionally display all the matches on the screen which can be helpful in determining the right amount of fuzz to use. | + | You can order the matches by best matches first, top to bottom or left to right. |
- | You can search for the image on: | + | The result, stored in the [[action:For_Each| For Each action ]] variable is the rectangle containing the match followed by the fuzz of the match (0-100), ie, (left,top,width,height,fuzz). |
- | * all screens. | + | ===== How To Use ===== |
- | * the main screen. | + | |
- | * the specified screen (counting from the left). | + | |
- | * the front window. | + | |
- | * the window with a specified title. | + | |
- | * the window with a title containing a given string. | + | |
- | * the window with a title matching a given regular expression. | + | |
- | * the specified window (counting from the frontmost window). | + | |
- | * a specified area on the screen. | + | |
- | Remember when specifying the area, as with all [numeric fields](:Text_Fields), the numbers can be calculations including [functions](:Functions), and the fields expand to allow for longer expressions as soon as you type something other than a number, so this allows very precise control of where you can match. | + | {{page>::Found_Image#How To Use&noheader&nofooter}} |
- | You can order the matches by best matches first, top to bottom or left to right. | + | ===== See Also ===== |
+ | |||
+ | ==== Actions ==== | ||
+ | |||
+ | * [[action:Find Image on Screen|Find Image on Screen]] | ||
+ | * [[action:Move or Click Mouse|Move or Click Mouse]] | ||
+ | * [[:Actions|See all Actions]] | ||
+ | |||
+ | ==== Collections ==== | ||
+ | |||
+ | * [[:Collections|See all Collections]] | ||
+ | |||
+ | ==== Conditions ==== | ||
+ | |||
+ | * [[condition:Found Image|Found Image]] | ||
+ | * [[:Conditions|See all Conditions]] | ||
- | The result, stored in the [[action:For_Each| For Each action ]] variable is the rectangle containing the match followed by the fuzz of the match (0-100), ie, (left,top,width,height,fuzz). | ||