-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
fix: Missing quality parameter #12507
fix: Missing quality parameter #12507
Conversation
This PR partial resolve Issue #12493. the remaining problem is with the save format. I can't decide which is the best choice. What do you think in the @avaloniaui-team ? |
Neither is the best, it should be handled in the same way as in WPF - BitmapEncoder API, but async. The whole |
They were ideas for not adding breaking change. What do you think if I mark the save method as obsolete, and in a second PR implement BitmapEncoder. |
You can test this PR using the following package version. |
Closing this PR temporarily due to inactivity. Please ping me if this needs to be reopened. |
I think we can just merge it |
What does the pull request do?
What is the current behavior?
Bitmap.Save
What is the updated/expected behavior with this PR?
How was the solution implemented (if it's not obvious)?
Checklist
Breaking changes
Obsoletions / Deprecations
Fixed issues
Fixes #12493