Skip to content
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

Support for existing IImage loading #17

Closed
ionite34 opened this issue Aug 6, 2023 · 2 comments
Closed

Support for existing IImage loading #17

ionite34 opened this issue Aug 6, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@ionite34
Copy link
Contributor

ionite34 commented Aug 6, 2023

Is it possible to support loading an existing Bitmap / IImage if we have it? We're in a sort of unique scenario of having some images coming from remote URLs and some coming as raw bytes over websocket which we create Bitmap with. We've already created several derivative control templates with AdvancedImage and it feels like it would be messy to do some control switching with the original Image control to support this.

Perhaps making setting the CurrentImage property settable? Thanks for the library by the way, has been very helpful.

@SKProCH SKProCH added the enhancement New feature or request label Aug 7, 2023
@SKProCH
Copy link
Member

SKProCH commented Aug 7, 2023

Hello, @ionite34

Did you want this feature for AdvancedImage?

@ionite34
Copy link
Contributor Author

ionite34 commented Aug 7, 2023

Hello, @ionite34

Did you want this feature for AdvancedImage?

Yes, should have specified, have some sort of settable Bitmap / IImage property that takes priority over the Source property for AdvancedImage

@SKProCH SKProCH closed this as completed in 0f3272e Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants