Hi guys and happy holidays
I have found a cool Func and i'm playing around
This is the script:
#include <GDIPlus.au3>
#include <ScreenCapture.au3>
Opt("WinTitleMatchMode", 4) ;Matching windows by advanced options
;~ Constants for type of picture matching
Const $c24RGBFullMatch = 1 ;Load as 24 bits and full match
Const $c24RGBPartialMatch = 2 ;Load as 24 bits and partial match
Const $c16RGBFullMatch = 3 ;Load as 16 bits and full match
Const $c16RGBPartialMatch = 4 ;Load as