robhagemans / monobit

Tools for working with monochrome bitmap fonts
MIT License
208 stars 11 forks source link

Not an issue, maybe a feature request? Single character conversion? #30

Closed ClaireCJS closed 7 months ago

ClaireCJS commented 10 months ago

Hi,

It seems like this tool has the potential to maybe help me out?

I'm looking to convert the devil face emoji to the sixel representation described here: https://vt100.net/dec/vt320/soft_characters

So basically:

How do I convert the devil face emoji (or any emoji) into a sequence like this: ESC P 1;1;1;0;0;2;0;0 { P ???owYn||~ywo?? / ?IRJaVNn^NVbJRI ESC \ [etc etc]}

It's the decoding to sixel that I don't really want to do by hand....

robhagemans commented 10 months ago

Monobit supports DEC DRCS soft fonts (format dec), does that do what you are looking for?

robhagemans commented 7 months ago

As far as I can see this is already implemented as format dec, if anything is missing please feel free to reopen or raise a new issue.