-
Notifications
You must be signed in to change notification settings - Fork 859
Add support for StorageFile.GetThumbnailAsync #5637
Copy link
Copy link
Open
Labels
difficulty/medium 🤔Categorizes an issue for which the difficulty level is reachable with a good understanding of WinUICategorizes an issue for which the difficulty level is reachable with a good understanding of WinUIkind/enhancementNew feature or requestNew feature or requestno-reproproject/non-ui ⚙️Categorizes an issue or PR as relevant to winrt (non-ui)Categorizes an issue or PR as relevant to winrt (non-ui)
Metadata
Metadata
Assignees
Labels
difficulty/medium 🤔Categorizes an issue for which the difficulty level is reachable with a good understanding of WinUICategorizes an issue for which the difficulty level is reachable with a good understanding of WinUIkind/enhancementNew feature or requestNew feature or requestno-reproproject/non-ui ⚙️Categorizes an issue or PR as relevant to winrt (non-ui)Categorizes an issue or PR as relevant to winrt (non-ui)
Type
Fields
Give feedbackNo fields configured for Feature.
What would you like to be added:
Bring support for the
StorageFile.GetThumbnailAsyncmethod 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).