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:
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: