Can you scan the color values of all pixels on the screen in a given frame? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can you scan the color values of all pixels on the screen in a given frame?

Note: The Scanning does not have to be done in the same frame.

20th Sep 2017, 4:55 PM
DarkWiz
1 Answer
+ 1
The PrintWindow call in the Windows API can grab a bitmap of a window. This example is not in Java, but it's the idea* https://stackoverflow.com/a/7292773 * My system's also hitting a memory limit, have to restart, will edit in a Java sample if I find one. edit: working Java sample: https://stackoverflow.com/a/4682351 From question: https://stackoverflow.com/questions/4433994/java-window-image
20th Sep 2017, 10:12 PM
Kirk Schafer
Kirk Schafer - avatar