MicrosoftEdge / WebView2Feedback

Feedback and discussions about Microsoft Edge WebView2
https://aka.ms/webview2
423 stars 51 forks source link

Allow CapturePreview to return uncompressed bitmaps #2182

Open studylamp opened 2 years ago

studylamp commented 2 years ago

The overhead of compressing preview captures to PNG or JPG and then decompressing them for use is unnecessary and slow for our use case. Can we have the option to get raw uncompressed bitmaps from CapturePreview instead?

AB#38214627

champnic commented 2 years ago

Thanks for the feature request @studylamp - I've added this as a scenario on our backlog.

Srammark commented 7 months ago

Thanks for the feature request @studylamp - I've added this as a scenario on our backlog.

May I ask if this function has been implemented

champnic commented 7 months ago

Hey @Srammark - No we have not started work on this item yet.

LZQCN commented 1 month ago

I hope to have a method to get raw uncompressed bitmaps of webview2 based on x, y, width, and height.