autoitnoob69 Posted August 24, 2008 Posted August 24, 2008 Is there a way that autoit can use a picture file as reference when scanning a page to find that picture. I know that PixelSearch will scan the page looking for the color you specify. But i was wondering if it is possible to use a picture as reference instead of using a color. And if that is possible what command would that be. For example say you have a picture of numbers from 1 - 100 and we want to find the number 88 in the picture. Is there a command that you can use a picture to try and find the number instead of using PixelSearch which uses a color.
herewasplato Posted August 24, 2008 Posted August 24, 2008 Welcome to the forum. See if PixelChecksum will work for you. [size="1"][font="Arial"].[u].[/u][/font][/size]
Zedna Posted August 24, 2008 Posted August 24, 2008 (edited) Look at imagesearch http://www.autoitscript.com/forum/index.ph...;hl=imagesearchsearch forum for some examples ...for example here one unfinished:http://www.autoitscript.com/forum/index.ph...st&p=563629 Edited August 24, 2008 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
autoitnoob69 Posted August 24, 2008 Author Posted August 24, 2008 Thanks for the replys. I am now looking into using ImageSearch.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now