Modify

Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#3936 closed Bug (No Bug)

PixelChecksum not working correctly, tried PixelCoordMode options

Reported by: ribo75016@… Owned by:
Milestone: Component: AutoIt
Version: 3.3.16.1 Severity: None
Keywords: PixelChecksum Cc:

Description

Hello,
I'm using an i7 6700T CPU with internal Intel 530 GPU
And this piece of code:

HotKeySet("{F8}", "F8")

Func F8()

;Opt("PixelCoordMode", 2) ; Tried 0 1 and 2 without significant differences
Local $tmp = MouseGetPos()
Local $Checksum = PixelChecksum($tmp[0], $tmp[1], $tmp[0] + 50, $tmp[1] + 50)
MsgBox(0, "Cksum", $tmp[0] & '/' & $tmp[1] & '/' & $tmp[0] + 50 & '/' & $tmp[1] + 50 & '/' & $Checksum)

EndFunc

While (1)

Sleep(100)

Wend

Checksum is often same value (only coord is modified), whereas I move the mouse cursor on different texts

Regards,
Philippe

Change History (1)

comment:1 Changed 2 years ago by Jos

  • Resolution set to No Bug
  • Status changed from new to closed

Please join us in the Forum when you have issues like this and post them there to get confirmation, before assuming it is a bug and not a pilot error. :)

Last edited 2 years ago by Jos (previous) (diff)

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.