-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add feature DecodePixelHeight DecodePixelWidth #25
Comments
You want to set image's decode height and width via JetImageLoader? You would better use native implementation from BitmapImage (I don't have my Windows PC at the moment, here is not tested example):
I hope it works :) If not, I'll take a look at that issue later, when I'll get my Windows workstation. Please comment this solution after testing it and Happy New Year :) |
Hey Artem thanks for the response. BitmapImage only has a UriSource property, no SourceStream property. My plan was to continue to use Image's Source and Convertor, and set the decode property in the config. |
That's sad :( ok, I'll think about how to implement that feature |
Thanks! Keep up the great work! |
Is it possible to get JIL to support DecodePixelHeight and Width properties?
The text was updated successfully, but these errors were encountered: