blocktronics / moebius

Modern ANSI & ASCII Art Editor
https://blocktronics.github.io/moebius/
Apache License 2.0
763 stars 42 forks source link

Export UTF8 and macOS terminal #233

Open sblendorio opened 8 months ago

sblendorio commented 8 months ago

This is the Moebius screenshot of the project:

image

Here is the ".ans" file: https://www.dropbox.com/scl/fi/1pgkkw2pyiib7hvgvr8rd/RetrocampusBbsMainMenu.ans?rlkey=eodaiodyse0rulktdbeiz13j7&dl=0

When I convert it to UTF8 I get this: https://www.dropbox.com/scl/fi/7m055jwgv0naz3bnob7fs/RetrocampusBbsMainMenu.utf8ans?rlkey=j1pf6chpvgrp7wylsmpsg2b01&dl=0

but when I "cat" it into macOS terminal I get this:

image

How could I get a coherent result? (always black background or always white background)

Thanks in advance

sblendorio commented 8 months ago

I "mitigated" the problem with:

sed -i -s 's/40m/0m/g' RetrocampusBbsMainMenu.utf8ans

(could this help in a patch?)

But there are still the "light white" elements:

image
jeeftor commented 8 months ago

I'm trying to do the opposite where I take an ansi image generator (Chafa/pixterm) and try to import it and it looks terrible :)