You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we scale emojis down from 64x64 to (about) 22x22. Downscaling is pretty bad with Qt (yes, even when SmoothPixmapTransform is enabled). We shouldn't have to do that since we (not really we, but pajlada) provide the emojis. We should scale the emojis once to the desired size(s) and distribute these. emoji-data provides a good foundation for this (imgmagik → zopfli).
Screenshots
No response
OS and Chatterino Version
The text was updated successfully, but these errors were encountered:
For pre-scaled sized, I imagine it'd be best for us to decide on an emoji size that isn't 22px.
I'm thinking 24px to begin with, or maybe 32px.
32px would be easier to scale for most emoji sets, but it's also kind of big.
Checklist
Describe your issue
Currently, we scale emojis down from 64x64 to (about) 22x22. Downscaling is pretty bad with Qt (yes, even when
SmoothPixmapTransform
is enabled). We shouldn't have to do that since we (not really we, but pajlada) provide the emojis. We should scale the emojis once to the desired size(s) and distribute these. emoji-data provides a good foundation for this (imgmagik → zopfli).Screenshots
No response
OS and Chatterino Version
The text was updated successfully, but these errors were encountered: