Looking for suggestions so I can take an ANSI inter-bbs score file it into something that I can upload and display on fsxnet.nz
You may want to look at https://github.com/ansilove/ansilove
Thanks, will have a poke at it shortly.
I'll second the recommendation, and share the basic script I used for getting pngs for all the ANSI files in the directory I ran the scrip from:
april@storm:~/ansiconvert$ cat convertANSIs.sh
#!/bin/bash
dir=$1
for file in `ls $1/*.ans`
do
ansilove $file
done
If memory serves, this was basically the easiest way for me to get all my calendar ANSIs into an image format, rather than exporting them directly in Moebius, one at a time.
It's an invaluable program for this sort of usage.
--- Mystic BBS v1.12 A47 2021/12/24 (Linux/64)
* Origin: Storm BBS (21:2/108)