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

adapting and configuring emojis #276

Open
pcroland opened this issue Mar 11, 2021 · 6 comments
Open

adapting and configuring emojis #276

pcroland opened this issue Mar 11, 2021 · 6 comments
Labels

Comments

@pcroland
Copy link

pcroland commented Mar 11, 2021

Emoji resizing seems to use an algo that isn't really suited for downscaling.

image
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 to none.

@mintty
Copy link
Owner

mintty commented Mar 11, 2021

Mintty does not scale emoji or other images itself. It uses Windows functions for display so all scaling is performed by Windows.

@pcroland
Copy link
Author

And would it be possible to allow emojis with custom sizes such as 15x15?

@mintty
Copy link
Owner

mintty commented Mar 11, 2021

Yes, of course. However, the set of supported styles is currently fixed, due to different filename patterns by emoji respositories.
That means you'd have to drop-in the rescaled emojis instead of the original ones, losing access to the higher resolution.

@pcroland
Copy link
Author

I have them all resized in a different folder and when I set them the settings will revert to none as selected emoji pack.

@mintty
Copy link
Owner

mintty commented Mar 11, 2021

the set of supported styles is currently fixed

This means you cannot invent a new style name.

@pcroland
Copy link
Author

Oh right, renaming apple_15px to apple works, thanks.

@mintty mintty changed the title Proper resizing for emojis adapting and configuring emojis Jul 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants