zissler Posted February 18, 2014 Posted February 18, 2014 I want to find/make a snip it tool that would allow someone to snip on-screen images, save them, load them, and then to do a scan starting in the top left of the screen going left to right and searching for the first pixel of the image on file. When a scanned pixel on screen matched the loaded pixel, it would then go to the next pixel in the image to the right and check to see if that one matched with the loaded file until the entire image can be verified if it is on screen. I've found a save array file and a snippit tool already made. I will see if I can make it myself, but I was wondering if something like this exists. Any help much appreciated.
JohnOne Posted February 18, 2014 Posted February 18, 2014 PixelChecksum() AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Blue_Drache Posted February 18, 2014 Posted February 18, 2014 PixelChecksum() Psst ... John ... '?do=embed' frameborder='0' data-embedContent>> Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache
Moderators Melba23 Posted February 18, 2014 Moderators Posted February 18, 2014 zissler,Which bit of this line in the the Forum rules to which I linked you earlier is unclear? "Do not repost the same question if the previous thread has been locked - particularly if you merely reword the question to get around one of the prohibitions listed above"Please do not post this question a third time. 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
Recommended Posts