You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$a= FFNearestPixel($x,$x,0x002545FA,false) ; Pixel search in 200x200 area, don't force SnapShots each time
77
+
Next
78
+
$dif5=TimerDiff($begin5)
79
+
80
+
ProgressSet(70, "FFNearestSpot - simple usage")
81
+
; FFNearestPixel BenchMark : 200 pixel search in FullScreen and ShadeVariation
82
+
; As NearestPixel do not expose ShadeVariation, we use FFNearestSpot($SizeSearch, $NbPixel, $PosX, $PosY, $Color, $ShadeVariation=0, $ForceNewSnap=true, $Left=0, $Top=0, $Right=0, $Bottom=0, $NoSnapShot=$FFLastSnap, $WindowHandle=-1)
MsgBox(0, "FastFind Benchmark", "Elpased time for :"&@lf&@lf&"PixelGetColor"& TimeSpan($dif,100) &"FullScreen PixelSearch with ShadeVariation"& TimeSpan($dif1,100) &@lf&"FFGetPixel"& TimeSpan($dif2,2000) &"Same with direct dllCall"& TimeSpan($dif22,3000) &@lf&"SnapShot 10x10 area "& TimeSpan($dif3,100) &"FullSreen SnapShot"& TimeSpan($dif4,100) &"Simple Pixel Searches in 200x200 area"& TimeSpan($dif5,500) &"Pixel Searches with ShadeVariation in FullScreen"& TimeSpan($dif52, 200) &"Complexe FullScreen searches (20x20 Spot, List of 5 colors with ShadeVariation and 3 excluded rectangles)"& TimeSpan($dif6,100) &"Same as before, but searches best spot containing from 2 to 50 good pixels (FFBestSpot)"& TimeSpan($dif7,100))
- [v1.4] : find the "best spot" - meaning the spot that has the best number of "right" colors.
2
+
- [v1.4] : now provided with a tool, FFShowPixels.exe, to find colors, manage color lists, show all occurences of them on the Captured Window, and... automatically generates AutoIt or C++ code.
3
+
- [v1.6] : Saves SnapShots on BitMaps (BMP and JPG supported)
4
+
- [v1.6] : Modifies SnapShots with "filters" (Keep only some colors or only pixels that have changes. All other pixels can be turned to black).
5
+
- [v1.7] : Can change pixels colors on SnapShots (SetPixel)
6
+
- [v1.7] : Can access the Raw pixel data of SnapShots (GetRawData)
7
+
- [v1.7] : Can draw back SnapShots on Screen.
8
+
- [v1.8] : Bug fixes. Deleted
9
+
- [v1.8.1] : Bug fixes (FastFind.au3).
10
+
- [v1.8.2] : Bug fixes (FastFind.au3).
11
+
- [v1.8.3] : Bug fixes (FastFind.au3). Deleted
12
+
- [v1.8.4] : Should now run on early XP and Windows 2000 OS.
13
+
- [v2.0] : Documentation file in english (FastFind.chm), several new functions and new feature on some old functions.
0 commit comments