ANSI Art

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(References)
(Sample files)
(28 intermediate revisions by 2 users not shown)
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 code|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 late 1980s and early 1990s, and in other communities through the early 2000s. It is still being made in small quantities today.
  
'''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.
+
== Disambiguation ==
 +
The term "ANSI Art" sometimes refers to the file format (text with ANSI control sequences), and sometimes to the artwork itself. In the latter sense, "ANSI Art" graphics might be stored in a file format other than ANSI Art format, such as [[BIN (Binary Text)|BIN]] or [[iCEDraw]].
  
== References ==
+
== Format details ==
* [http://www.textfiles.com/programming/FORMATS/ansicodes.pro ANSI code list]
+
As far as we know, there is no formal specification of ANSI Art format. It has many variants and extensions, and there is usually no easy way to tell what variant you are dealing with.
* [http://en.wikipedia.org/wiki/ANSI_art ANSI art (Wikipedia)]
+
 
* [http://en.wikipedia.org/wiki/ANSI_escape_code ANSI escape code (Wikipedia)]
+
In general, it consists of plain text interspersed with [[ANSI escape code|ANSI escape sequences]]. There may be [[SAUCE]] data at the end of the file. The text is usually (at least for English language artwork) encoded in [[CP437]]. The CP437 graphics characters at code points 1 through 31 are allowed, with some exceptions that are treated as [[C0 controls]] instead: 9 (tab), 10 (LF), 13 (CR), 26 (end of data), 27 (ESC). (There is talk of a "doorway" mode that makes it possible to use these forbidden CP437 graphics characters[http://www.bbsdocumentary.com/library/PROGRAMS/GRAPHICS/ANSI/bansi.txt], but it's not clear how widely supported it is.)
* [http://ansilove.sourceforge.net/ Ansilove] -- open-source PHP-based tools to convert ANSI and similar formats to [[PNG]] images
+
 
* [http://sixteencolors.net/pack/blocktronics_16colors Sixteen Colors: ANSI art packs]
+
Older ANSI Art files sometimes begin with a "preamble" consisting of Email/Usenet headers, or other plain text metadata or comments. The preamble will be immediately erased by the ANSI codes, so it is invisible when the file is viewed in a normal way.
* [http://sourceforge.net/projects/acidview6-win32/ ACiD View: ANSI art (and other format) viewer for Windows]
+
 
* [https://www.youtube.com/watch?v=ILNs1GChGDk&feature=player_embedded Sixteen Colors: Video about ANSI art]
+
== Specifications and references ==
 +
For information about the escape codes used in ANSI Art files, see [[ANSI escape code#Specifications]]. Only documents with information specific to ANSI Art are listed here.
 +
 
 +
* [https://github.com/bbsninja/piece/blob/master/docs/format/ansi.txt piece: docs/format/ansi.txt]
 +
* [http://picoe.ca/2014/03/07/24-bit-ansi/ 24-bit Ansi]
 +
* [http://snisurset.net/code/abydos/ansi.html abydos information about ANSI graphics]
 +
 
 +
== Software ==
 +
* [https://www.ansilove.org/ Ansilove]: Open-source tools to convert ANSI art and similar formats to [[PNG]] images
 +
* [https://sourceforge.net/projects/acidview6-win32/ ACiD View]: ANSI art (and other format) viewer for Windows
 +
* [[FFmpeg]]
 +
* [http://picoe.ca/products/pablodraw/ PabloDraw]
 +
* [http://www.andyh.org/moebius/ Moebius]
 +
* [https://github.com/bbsninja/piece piece]
 +
* [[Wikipedia:TheDraw|TheDraw (Wikipedia)]]
 +
 
 +
== Sample files ==
 +
* https://16colo.rs/
 +
* [https://github.com/sixteencolors/sixteencolors-archive Sixteen Colors Archive at GitHub]
 +
* [http://artscene.textfiles.com/ansi/ TEXTFILES: The ANSI Art Collection]
 +
* http://cd.textfiles.com/darkdomain/artpacks/
 +
* [http://bbs.ninja/ BBS Ninja]
 +
* [https://artpacks.org/ Artpacks.org]
 +
* https://telparia.com/fileFormatSamples/image/AREZ.ANS
 +
 
 +
== See also ==
 +
* [[ANSI escape code]]
 +
* [[ANSIMation]]
 +
* [[AN2]]
 +
* [[ArtWorx Data Format]]
 +
* [[BIN (Binary Text)]]
 +
* [[iCEDraw]]
 +
* [[SAUCE]]
 +
* [[TheDraw font]]
 +
* [[TheDraw Save File]]
 +
* [[XBIN]]
 +
 
 +
== Links ==
 +
* [[Wikipedia:ANSI art|ANSI art (Wikipedia)]]
 +
* [https://www.youtube.com/watch?v=ILNs1GChGDk Sixteen Colors: Video about ANSI art]
 +
* [https://www.youtube.com/watch?v=6zpUb3mUExA Blocktronics ACiD Trip (2013)] (video of really huge ANSI art)
 +
* [https://www.youtube.com/watch?v=Zl9yejh92tc BBS: The Documentary Part 5 - Artscene] (video)
 +
* [http://breakintochat.com/blog/2013/09/20/birthday-screens-using-gif-ansi-converters/ Birthday screens using GIF -> ANSI converters]
 +
 
 +
[[Category:Bulletin board systems]]
 +
[[Category:File formats with too many extensions]]

Revision as of 15:03, 26 May 2020

File Format
Name ANSI Art
Ontology
Extension(s) .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 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 late 1980s and early 1990s, and in other communities through the early 2000s. It is still being made in small quantities today.

Contents

Disambiguation

The term "ANSI Art" sometimes refers to the file format (text with ANSI control sequences), and sometimes to the artwork itself. In the latter sense, "ANSI Art" graphics might be stored in a file format other than ANSI Art format, such as BIN or iCEDraw.

Format details

As far as we know, there is no formal specification of ANSI Art format. It has many variants and extensions, and there is usually no easy way to tell what variant you are dealing with.

In general, it consists of plain text interspersed with ANSI escape sequences. There may be SAUCE data at the end of the file. The text is usually (at least for English language artwork) encoded in CP437. The CP437 graphics characters at code points 1 through 31 are allowed, with some exceptions that are treated as C0 controls instead: 9 (tab), 10 (LF), 13 (CR), 26 (end of data), 27 (ESC). (There is talk of a "doorway" mode that makes it possible to use these forbidden CP437 graphics characters[1], but it's not clear how widely supported it is.)

Older ANSI Art files sometimes begin with a "preamble" consisting of Email/Usenet headers, or other plain text metadata or comments. The preamble will be immediately erased by the ANSI codes, so it is invisible when the file is viewed in a normal way.

Specifications and references

For information about the escape codes used in ANSI Art files, see ANSI escape code#Specifications. Only documents with information specific to ANSI Art are listed here.

Software

Sample files

See also

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox