moebius icon indicating copy to clipboard operation
moebius copied to clipboard

Export UTF8 and macOS terminal

Open sblendorio opened this issue 3 months ago • 2 comments

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 avatar Mar 15 '24 07:03 sblendorio

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

sblendorio avatar Mar 16 '24 09:03 sblendorio

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 :)

jeeftor avatar Mar 28 '24 15:03 jeeftor