Skip to content

Render icons at resolution matching their size#1272

Open
leekleak wants to merge 3 commits intoMM2-0:mainfrom
leekleak:icon-sane-resolution
Open

Render icons at resolution matching their size#1272
leekleak wants to merge 3 commits intoMM2-0:mainfrom
leekleak:icon-sane-resolution

Conversation

@leekleak
Copy link
Copy Markdown
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
@aqilc
Copy link
Copy Markdown

aqilc commented Jul 2, 2025

@MM2-0 Any thoughts on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants