wsltty icon indicating copy to clipboard operation
wsltty copied to clipboard

adapting and configuring emojis

Open pcroland opened this issue 3 years ago • 6 comments

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.

pcroland avatar Mar 11 '21 18:03 pcroland

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

mintty avatar Mar 11 '21 19:03 mintty

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

pcroland avatar Mar 11 '21 19:03 pcroland

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.

mintty avatar Mar 11 '21 19:03 mintty

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

pcroland avatar Mar 11 '21 19:03 pcroland

the set of supported styles is currently fixed

This means you cannot invent a new style name.

mintty avatar Mar 11 '21 19:03 mintty

Oh right, renaming apple_15px to apple works, thanks.

pcroland avatar Mar 11 '21 20:03 pcroland