[Sikuli-driver] [Bug 1927536] Re: Screenshot function / Windows Resolution Scaling

2021-05-07 Thread Jeremy Bost
I have determined you can get the adjustment value by running a shell command of: wmic DESKTOPMONITOR get PixelsPerXLogicalInch or wmic DESKTOPMONITOR get PixelsPerYLogicalInch The X & Y should be identical for general scaling. The number indicated tells what scaling value is being used. 96

[Sikuli-driver] [Bug 1927536] [NEW] Screenshot function / Windows Resolution Scaling

2021-05-07 Thread Jeremy Bost
Public bug reported: I've seen a bunch of incorrect isolation concerning this issue. I've seen posts where the screenshot function shows a different resolution than expected. I've seen posts where people note they're using a 4k display, which also isn't a factor to this issue and some that repor