-
Notifications
You must be signed in to change notification settings - Fork 104
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
adapting and configuring emojis #276
Comments
Mintty does not scale emoji or other images itself. It uses Windows functions for display so all scaling is performed by Windows. |
And would it be possible to allow emojis with custom sizes such as 15x15? |
Yes, of course. However, the set of supported styles is currently fixed, due to different filename patterns by emoji respositories. |
I have them all resized in a different folder and when I set them the settings will revert to |
This means you cannot invent a new style name. |
Oh right, renaming |
Emoji resizing seems to use an algo that isn't really suited for downscaling.
Left one is from wsltty, right one is resized with ImageMagick (
-resize 15x15
). I tried to resize my 72x72 emojis to 15x15 but then I can't use them wsltty because it reverts back tonone
.The text was updated successfully, but these errors were encountered: