Add support for StorageFile.GetThumbnailAsync
#5637
Labels
difficulty/medium 🤔
Categorizes an issue for which the difficulty level is reachable with a good understanding of WinUI
kind/enhancement
New feature or request
project/non-ui ⚙️
Categorizes an issue or PR as relevant to winrt (non-ui)
What would you like to be added:
Bring support for the
StorageFile.GetThumbnailAsync
method across supported platforms.Why is this needed:
This would allow developers to render the generated thumbnail image in their applications.
For which Platform:
Anything else we need to know?
Would be nice to get as many platforms as possible but understand that this might not be achievable.
I've not completely explored this before, but I know that Android has limited MediaStore APIs for thumbnails for images and videos (unsure if it extends to any file format).
The text was updated successfully, but these errors were encountered: