ANSI Art
From Just Solve the File Format Problem
(Difference between revisions)
(→Specifications and references) |
|||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Graphics | |subcat=Graphics | ||
− | |extensions={{ext|ans}} | + | |extensions={{ext|ans}}, others |
}} | }} | ||
'''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 [[MS-DOS encodings|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. | '''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 [[MS-DOS encodings|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. | ||
Line 14: | Line 14: | ||
== Software == | == Software == | ||
* [http://ansilove.sourceforge.net/ Ansilove]: Open-source PHP-based tools to convert ANSI and similar formats to [[PNG]] images | * [http://ansilove.sourceforge.net/ Ansilove]: Open-source PHP-based tools to convert ANSI and similar formats to [[PNG]] images | ||
+ | * [https://github.com/ansilove/AnsiLove-C AnsiLove/C] | ||
* [http://sourceforge.net/projects/acidview6-win32/ ACiD View]: ANSI art (and other format) viewer for Windows | * [http://sourceforge.net/projects/acidview6-win32/ ACiD View]: ANSI art (and other format) viewer for Windows | ||
+ | * [[FFmpeg]] | ||
== Sample files == | == Sample files == | ||
Line 28: | Line 30: | ||
* [http://nyancat.dakko.us/ Nyan Cat in telnet-accessible ANSI animation] | * [http://nyancat.dakko.us/ Nyan Cat in telnet-accessible ANSI animation] | ||
* [http://breakintochat.com/blog/2013/09/20/birthday-screens-using-gif-ansi-converters/ Birthday screens using GIF -> ANSI converters] | * [http://breakintochat.com/blog/2013/09/20/birthday-screens-using-gif-ansi-converters/ Birthday screens using GIF -> ANSI converters] | ||
+ | |||
+ | == See also == | ||
+ | * [[BIN (Binary Text)]] | ||
+ | * [[XBIN]] | ||
+ | * [[iCE Draw]] | ||
+ | * [[ArtWorx Data Format]] | ||
+ | * [[SAUCE]] |
Revision as of 14:14, 30 August 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
- AnsiLove/C
- ACiD View: ANSI art (and other format) viewer for Windows
- FFmpeg
Sample files
Links
- ANSI art (Wikipedia)
- Sixteen Colors: Video about ANSI art
- Blocktronics ACiD Trip (2013) (video of really huge ANSI art)
- BBS: The Documentary Part 5 - Artscene (video)
- Nyan Cat in telnet-accessible ANSI animation
- Birthday screens using GIF -> ANSI converters