Hello, I have written a JavaScript based ANSI viewer. 1.) "GWT / HTML 5 Canvas" version: Notes: - Google Web Toolkit - the viewer draws the ANSI files to a HTML 5 canvas. At the moment not all browser support HTML 5 canvas (no support in IE) http://ansiartplayer.appspot.com/ 2.) "HTML 5 Canvas" version: Notes: - the viewer draws the ANSI files to a HTML 5 canvas. At the moment not all browser support HTML 5 canvas (no support in IE) - the page is very large (~650 KB) because some sample ANSI files are included - best viewed with Chrome / Firefox - standalone HTML file, meaning no additional external files needed -> Save HTML and you can use it offline. - ANSI can be saved as PNG Player Slideshow 3.) "HTML 4" version: Notes: - the viewer draws the ANSI file with images of the ansi font - the page is very large (~650 KB) because some sample ANSI files are included and many images bust be loaded. - best viewed with Chrome - no standalone HTML file http://meph728.piranho.de/AnsiPic.htm 4.) NEW: Download the converter tool (for Windows): Notes: - convert ANSI art files with 2 clicks to a dynamic webpage - no active server component required - pure JavaScript and HTML4/HTML5 - .NET Framework required http://meph728.piranho.de/download.htm What do you think? Meph PS: My English is poor. Sorry.