Reduce Image usage memory when decoding
- Dominant language
- C#
- Stars
- 23.3k
- Forks
- 2k
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 297
Description
### Description
I am still new at .Net MAUI, if my understanding is wrong, please close this discussion
Example download a large picture from Internet, lazy to reduce the picture size, want use source code to reduce picture memory usage
In WPF is
Isnt in MAUI not need to set accordingly?
### Public API Changes
WPF XAML
```
```
MAUI XAML
```
```
### Intended Use-Case
If the same picture is using in a few place, have big picture, have small picture
Would like to use source code to limit picture memory usage and also can set picture quality too
Contributor guide
Assessment
This issue has not been assessed yet.