pezo89 2 Posted November 22, 2010 Hello everyone, i where just wondering if anyone could please take the time to help me out here, iv been reading on the use of imgsearch rather than pixelsearch from a program i use, what i need is a program to look for a change at two points, it shifts trough various pictures to look for a diffrence between that pic and the control pic. read a few posts about img search in Autoit. but as im kinda a rookie, i don't know how to start.. i only need a simple look for that img at X,Y, with controll picture located in the same folder as the script itself, (for use on multiple computers) so it don't need to be a fixed location. Anyone able to help me? or point me in the right direction? In advance, Thanks alot Pezo Share this post Link to post Share on other sites
gruntydatsun 12 Posted November 24, 2010 How about comparing MD5 checksums? Share this post Link to post Share on other sites
Melba23 3,456 Posted November 24, 2010 pezo89,I would suggest using PixelCheckSum on the area of the image you want to test. But be careful to set the PixelCoordMode correctly. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Share this post Link to post Share on other sites