[Feature] Add ability to load from a Stream to the image cropper #4616
knightmeister
started this conversation in
Ideas
Replies: 2 comments
-
Hello, 'knightmeister! Thanks for submitting a new feature request. I've automatically added a vote 👍 reaction to help get things started. Other community members can vote to help us prioritize this feature in the future! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Seems like a good idea, in the meantime you should be able to just set the FYI @HHChaos |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem
At the moment, the image cropper can only load from a file (via a
StorageFile
or path).There are scenarios where loading from a stream is beneficial (i.e. when downloading from the web). It's obviously trivial to work around this, but given all
LoadImageFromFile
does is create a stream, why not just expose the stream?Describe the solution
Create a new method called
LoadImageFromStream
and allow a stream to be used to load the file.Alternatives
No response
Additional info
No response
Help us help you
No.
Beta Was this translation helpful? Give feedback.
All reactions