Clipboard.GetImage() handling webp.

Im trying to save copied image from clipboard to file, problem is if that image is .webp it is all black pixels. I tried pngencoder, using writablebitmap, skiasharp... I think the bitmapsource cant handle webp as Clipboard.GetImage() returns BItmapSource? Any ideas?
Was this page helpful?