chmod777 0 Posted October 22, 2007 sorry for my first post being rude, but I just found out that your competitors has an advantage: http://www.autohotkey.com/docs/commands/ImageSearch.htmI'm a long-time user of AutoIt (from version 2) but this function really rocks. Am I the only one who misses this or is there something I missed in the documentation?Is it possible to do this "image search" using the PixelSearch or PixelGetColor or some other way?I have a lot of aut and au3 scripts so in case it isn't can I call somehow ahk scripts? I mean other than through the command.com what seems to be a real hassle. Share this post Link to post Share on other sites
nemesisqp 0 Posted October 22, 2007 I wonder why this great function disappear too Share this post Link to post Share on other sites
BrettF 28 Posted October 22, 2007 It is possible with an advanced version of PixelSearch... A UDF that parses the image, and then searches for all the pixels. Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! Share this post Link to post Share on other sites
chmod777 0 Posted October 22, 2007 It is possible with an advanced version of PixelSearch... A UDF that parses the image, and then searches for all the pixels.you mean "user defined function"? Do you have a link? All I found is this:http://www.autoitscript.com/autoit3/docs/functions/PixelSearch.htmwhat is the common function for pixel search but practically unusable for image searching. Share this post Link to post Share on other sites
ssjdennis 5 Posted March 10, 2008 here http://www.autoitscript.com/forum/index.ph...;hl=ImageSearch Share this post Link to post Share on other sites
Mehoron 0 Posted February 3, 2009 (edited) Has this script been tossed out? I can't seem to get it to work any longer. It gives me an error about the $result in ImageSearch.au3 not being declared as an array. Edited February 3, 2009 by Mehoron Share this post Link to post Share on other sites
madplanet 0 Posted February 13, 2009 Has this script been tossed out? I can't seem to get it to work any longer. It gives me an error about the $result in ImageSearch.au3 not being declared as an array.Hello,I have the same error. Share this post Link to post Share on other sites