-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fixed low quality images in Resizetizer #23924
Conversation
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
Thanks for this PR! This is probably going to make a whole lot of images better that folks didn't even notice was poor quality. |
/rebase |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are the failing tests comparing some pre-rendered images? Because I added the High Quality filter, the resulting images can be different than before. |
The debug message says:
so yes, it appears so. https://dev.azure.com/xamarin/public/_build/results?buildId=120966&view=logs&jobId=c735c3c0-2f10-555e-4625-3331c8e9237d&j=c735c3c0-2f10-555e-4625-3331c8e9237d&t=c290249e-238e-5254-445d-aaabf06dd42c (tests running on macOS) contains a raw log file containing:
|
I regenerated all the images, so let's see. Also, we can see the results of this. |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
@dotnet-policy-service agree [company="Hyvän mielen pelit ry"] |
@dotnet-policy-service agree company="Hyvän mielen pelit ry" |
The |
How do I work out which release this will be included in? |
@KeithBoynton With very high probability, it will be in the next .NET 8 SR9 release. |
Thanks very much @MartyIX is there somewhere I can track that please? |
It can be complicated but the general rule is that what is in the There can be last minute changes based on testing. btw: Changes for .NET 9 goes to the PS: You can watch https://github.com/orgs/dotnet/projects/194/views/39 but it does not reflect reality 1:1. |
Description of Change
Added
FilterQuality = SKFilterQuality.High
to Paint in SkiaSharpTools. This fixes low quality images produced by Resizetizer.Issues Fixed
[Windows] [.NET 9.0 Preview 5] App icon in the taskbar is pixelated (#23212).
Fixes #23212.