Open
Description
Describe the bug
Trying to paste screenshot from clipboard taken with Lighshot. Using Clipboard.GetFormatsAsync()
returns these 3 formats:
Unknown_Format_2
Unknown_Format_8
Unknown_Format_17
I inspected raw clipboard data with https://www.nirsoft.net/utils/inside_clipboard.html, it displays these formats
To Reproduce
- Download screenshotting app Lighshot
- Hit print screen and select an area
- Hit Ctrl+C or use the copy button in the bottom right corner. The selected area of the screen is screenshotted and copied to clipboard
- Call Avalonia's
Clipboard.GetFormatsAsync()
- Inspect returned formats
Expected behavior
Formats returned should match
CF_BITMAP
CF_DIB
CF_DIBV5
Avalonia version
11.3.0
OS
Windows
Additional context
No response