Instant alternative to CapturePreviewAsync: Capturing CSS Animations in WebView2: Seeking Efficient API #4487
Unanswered
antoninononooono
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Imagine WV2 renders an animation like this: https://codepen.io/ndrpssdnt/pen/XWBxbwm
I want to grab the rendered image with its alpha image and render it anywhere on the screen.
This works by using for example CapturePreview and then blitting this alpha channel image anywhere on the screen.
However, CapturePreview is not instant.
I am looking for a way to almost instantly get access to this image.
Is there an API existing for that?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions