Skip to content
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

Render icons at resolution matching their size #1272

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

leekleak
Copy link
Contributor

Currently some icons suffer from blurriness, especially when the app icon size is small.

That is because those icons are rendered at the app icon size and then scaled to match their actual size. I thought that this was a deliberate choice for performance reasons, but that doesn't really makes sense as when the default app icon size is large, they are rendered large and then downsized, which, obviously, is bad for performance. On the other hand, if the default app icon size is small, the whole process leads to blur. Seems like the worst of both worlds. This changes simply makes it so the icon is rendered at the required resolution to forego any kind of scaling.

@leekleak leekleak closed this Feb 16, 2025
@leekleak leekleak deleted the icon-sane-resolution branch February 16, 2025 18:54
@leekleak leekleak restored the icon-sane-resolution branch February 16, 2025 18:55
@leekleak leekleak reopened this Feb 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant