1 2 Run these commands to generate HTML files from ANSI art input: 3 4 ansifilter -H misfit_LetsGoCrazy.xb --art-bin > misfit_LetsGoCrazy.xb.html 5 6 ansifilter -H 2013-16-TCF-16-Colors.bin --art-bin --art-width=320 --art-height 190 --map=bin.map > 2013-16-TCF-16-Colors.bin.html 7 8 ansifilter -H Luciano-6-FreedomTrainGameCities.ans --art-cp437 --art-width 80 --art-height 106 > Luciano-6-FreedomTrainGameCities.ans.html 9 10 Content of the color map: 11 12 cat bin.map 13 1= #0000aa 14 2= #00aa00 15 3= #00aaaa 16 4= #aa0000 17 5= #aa00aa 18 6= #aa5500 19 7= #aaaaaa 20 8= #555555 21 9= #5555ff 22 10= #55ff55 23 11= #55ffff 24 12= #ff5555 25 13= #ff55ff 26 14= #ffff55 27 15= #ffffff 28 29 30 More resources: 31 32 https://sixteencolors.net/pack/blocktronics_block_n_roll 33 http://sixteencolors.net/pack/tcf20/2013%20-%2016%20-%20TCF%20-%2016%20-%20Colors.bin