Added docs for https://github.com/dotnet/maui/pull/25686#2604
Open
thisisthekap wants to merge 3 commits intodotnet:mainfrom
Open
Added docs for https://github.com/dotnet/maui/pull/25686#2604thisisthekap wants to merge 3 commits intodotnet:mainfrom
thisisthekap wants to merge 3 commits intodotnet:mainfrom
Conversation
Contributor
|
Thanks for the PR @thisisthekap I'll sit on it until the feature is merged and in an official release. |
dellis1972
reviewed
Nov 8, 2024
|
|
||
| The underlying [SKFilterQuality](https://github.com/mono/SkiaSharp/blob/f9bf4512767c9de22b6683e573b145ce5f0ce0a9/binding/SkiaSharp/SKPaint.cs#L17) used to compress the images is set to `SKFilterQuality.High` by default. | ||
|
|
||
| With https://github.com/dotnet/maui/pull/25686 a new configuration property `FilterQuality` was introduced that can be set to any member of `SKFilterQuality`: |
Contributor
There was a problem hiding this comment.
do we want to use the wording "property" here, when the end user will need to specify an "attribute" on the MauiImage Item?
I know the property was added in the class but that is an internal class which the user will not be able to use.
And we don't want to confuse it with an MSBuild property.
dellis1972
approved these changes
Apr 15, 2025
Contributor
Looks like the PR, from November 2024, hasn't been merged yet: dotnet/maui#25686 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added documentation for dotnet/maui#25686