-
Hi! I've seen this problem in the classic gdip library where the window flicker/blink/flash when taking the bitmap of the active window. This is happening for a specific program in my case. Is there a way to solve this? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Why not just use ImagePutFile({screenshot: "A"}) to take a screenshot instead of using the PrintWindow API as with ImagePutFile("A"). If it flickers its probably some accelerated window such as a game. |
Beta Was this translation helpful? Give feedback.
-
The problem is that I'm using ImagePutBuffer and then using the buffer to do ImageSearch. Is there a way to put it in a variable without passing it to a file? |
Beta Was this translation helpful? Give feedback.
-
I've unsubscribed from my own repositories now to avoid receiving future notifications like this. Note that the issues tab is for issues with the code base and is not your personal help button. Please read the documentation. If that isn't possible ask in the autohotkey forum where someone can help with your question. |
Beta Was this translation helpful? Give feedback.
-
The answer is to ask ImagePut to take a screenshot instead.
PixelSearch Example:
|
Beta Was this translation helpful? Give feedback.
The answer is to ask ImagePut to take a screenshot instead.
PixelSearch Example: