You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is autopy able to capture the image of a single window? Alternatively, is there a way to tell autopy.bitmap a height/width/set of bits to have it build a bitmap (without needing to go through the file system)?
For context, on macOS you can get a CGImage of just a specific window if you know its window Id:
and it would be nice to be able to use autopy's bitmap searching on that. From the CGImageRef I could write the image to a png file and then read it into autopy but that's wasteful.
The text was updated successfully, but these errors were encountered:
Is autopy able to capture the image of a single window? Alternatively, is there a way to tell autopy.bitmap a height/width/set of bits to have it build a bitmap (without needing to go through the file system)?
For context, on macOS you can get a CGImage of just a specific window if you know its window Id:
and it would be nice to be able to use autopy's bitmap searching on that. From the CGImageRef I could write the image to a png file and then read it into autopy but that's wasteful.
The text was updated successfully, but these errors were encountered: