AnsiGo: ANSi to PNG converter in Go

Frederic Cambus February 20, 2012 [Ansi Art] [Golang]

I've just released AnsiGo, a simple ANSi to PNG converter written in pure Go: it simply takes an ANSi file as input and converts it to PNG. No external dependencies are required (the font data is embedded) and AnsiGo compiles into a single binary file. At the moment you will have to compile it yourself, but I hope to provide binary versions and a Windows executable in the future.

-------------------------------------------------------------------------------
                    AnsiGo 1.00 (c) by Frederic CAMBUS 2012
-------------------------------------------------------------------------------

USAGE:    ansigo inputfile

EXAMPLES: ansigo ansi.ans

The project is hosted on GitHub: AnsiGo