dotnet / dotnet/maui

Reduce Image usage memory when decoding

Open
#9,101 5 comments 3 reactions 0 assignees View on GitHub
area-controls-image perf/general proposal/open t/enhancement ☀️
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
1

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.