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 there a way to capture only the frame of a specific app window? I mean with built-in macOS screencapture, I can do something like this to get a screenshot of a particular app:
where {window} represents the windowID of the app, in my case QuickTime Player app ID (obtained from Quartz).
Being able to specify which app I want to take the screenshot of would result in a more flexibility, as I can move the app window wherever I want and I don't need to set any kind of boundary (top,left,width,height).
cheers, mate!
Upvote & Fund
We're using Polar.sh so you can upvote and help fund this issue.
We receive the funding once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
The text was updated successfully, but these errors were encountered:
I just wrote a solution for this request here #180 and it is indeed possible. I am currently attempting to edit this library to provide the function, but I am not sure how far I will progress on my own :P
General information:
Description
Is there a way to capture only the frame of a specific app window? I mean with built-in macOS screencapture, I can do something like this to get a screenshot of a particular app:
os.system("screencapture {options} -l {window} {filename}")
where {window} represents the windowID of the app, in my case QuickTime Player app ID (obtained from Quartz).
Being able to specify which app I want to take the screenshot of would result in a more flexibility, as I can move the app window wherever I want and I don't need to set any kind of boundary (top,left,width,height).
cheers, mate!
Upvote & Fund
The text was updated successfully, but these errors were encountered: