ANSI Art
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→Links) |
(→Specifications and references) |
||
Line 10: | Line 10: | ||
* [http://www.textfiles.com/programming/FORMATS/ansicodes.pro ANSI code list] | * [http://www.textfiles.com/programming/FORMATS/ansicodes.pro ANSI code list] | ||
* [[Wikipedia:ANSI escape code|ANSI escape code (Wikipedia)]] | * [[Wikipedia:ANSI escape code|ANSI escape code (Wikipedia)]] | ||
+ | * [http://www.ecma-international.org/publications/standards/Ecma-048.htm EMCA-48]: Control Functions for Coded Character Sets | ||
== Software == | == Software == |
Revision as of 01:25, 22 April 2015
ANSI Art is a variant on ASCII Art which uses ANSI escape sequences in addition to ASCII characters in order to do things like changing colors. It also uses characters from the IBM PC code page which aren't part of ASCII, allowing a wider range of characters including various graphical symbols and box-drawing characters. This sort of art was popular on bulletin board systems in the 1980s.
Contents |
Specifications and references
- ANSI control sequences
- ANSI code list
- ANSI escape code (Wikipedia)
- EMCA-48: Control Functions for Coded Character Sets
Software
- Ansilove: Open-source PHP-based tools to convert ANSI and similar formats to PNG images
- ACiD View: ANSI art (and other format) viewer for Windows