#3888 assigned Bug

PixelGetColor PixelSearch DPI support — at Version 2

Reported by: J-Paul Mesnage Owned by: J-Paul Mesnage
Milestone: Component: AutoIt
Version: 3.3.14.0 Severity: None
Keywords: Cc:

Description (last modified by mLipok)

if DPI is not 100% the PixelGetColor() PixelSearch() bad return

Local $iColor = PixelGetColor(10, 10)
ConsoleWrite('@@ Debug(' & @ScriptLineNumber & ') : $iColor = 0x' & Hex($iColor) & @CRLF) ;### Debug Console

Change History (2)

comment:1 by J-Paul Mesnage, on Jun 1, 2022 at 11:57:38 AM

Owner: set to J-Paul Mesnage
Status: newassigned

Fix sent to Jon

comment:2 by mLipok, on Jun 2, 2022 at 11:11:33 AM

Description: modified (diff)
Note: See TracTickets for help on using tickets.