How to capture page as image in Tauri by Cross-Platform way?? #13029
Unanswered
cgisky1980
asked this question in
Q&A
Replies: 1 comment
-
there is the code for windows by windows api #12925 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have achieved the penetration of transparent areas in irregular windows on Windows. I take screenshots via the WebView2 COM interface and then determine if the mouse area is transparent.
Now, the question is, how does Tauri achieve capture page as image on non-Windows platforms? I’ve heard that wry has implemented Capture functionality, but I couldn’t find a Capture API in Tauri.
Beta Was this translation helpful? Give feedback.
All reactions