exorcistas / autoit-imagefind-udf

AutoIt UDF 'ImageFind' wrapper with functions allowing basic screen snapshot creation and location of image on screen.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImageFind UDF

Table of Contents

About

This is 'ImageFind' wrapper for AutoIt. Functions in this UDF allow basic screen snapshot creation and location of image on screen.
Note, that not all functionality might be mapped or updated in current published version.

Prerequisites

'ImageFind' *.dll must be copied to location reachable by script.

Installation

Simply copy ImageFind_UDF.au3 and .dll (depending on architecture of your script) files to your development directory and use #include to point to these .au3 files in the source code.

Examples

Original

Credits

About

AutoIt UDF 'ImageFind' wrapper with functions allowing basic screen snapshot creation and location of image on screen.

License:MIT License


Languages

Language:AutoIt 100.0%