XBIN
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|xb}} }} XBin (Extended Binary) is a character graphics format, similar to ANSI Art. == Identifi...") |
|||
Line 3: | Line 3: | ||
|subcat=Graphics | |subcat=Graphics | ||
|extensions={{ext|xb}} | |extensions={{ext|xb}} | ||
+ | |released=1996 | ||
}} | }} | ||
− | + | '''XBin''' ('''eXtended BIN''') is a character graphics format. Its purpose is similar to that of [[ANSI Art]]. It uses a specialized [[Run-length encoding|RLE]] compression algorithm. | |
+ | |||
+ | It is closely tied to the capabilities of the text modes of VGA graphics cards. The font can be customized. Though limited to 16 colors, a custom palette can be used. | ||
== Identification == | == Identification == | ||
Line 10: | Line 13: | ||
== Specifications == | == Specifications == | ||
+ | * [http://cd.textfiles.com/darkdomain/artpacks/1996/acdu0896.zip acdu0896.zip] → XBIN.TXT | ||
* [http://web.archive.org/web/20120204063040/http://www.acid.org/info/xbin/x_spec.htm XBin Specifications] (from archive.org) | * [http://web.archive.org/web/20120204063040/http://www.acid.org/info/xbin/x_spec.htm XBin Specifications] (from archive.org) | ||
== Sample files == | == Sample files == | ||
− | * http://cd.textfiles.com/darkdomain/artpacks/1996/acdu0896.zip → *.XB | + | * [http://cd.textfiles.com/darkdomain/artpacks/1996/acdu0896.zip acdu0896.zip] → *.XB |
== Links == | == Links == | ||
* [[Wikipedia:XBin|Wikipedia article]] | * [[Wikipedia:XBin|Wikipedia article]] |
Revision as of 20:27, 16 May 2015
XBin (eXtended BIN) is a character graphics format. Its purpose is similar to that of ANSI Art. It uses a specialized RLE compression algorithm.
It is closely tied to the capabilities of the text modes of VGA graphics cards. The font can be customized. Though limited to 16 colors, a custom palette can be used.
Contents |
Identification
Files begin with 'X' 'B' 'I' 'N' 0x1A
.
Specifications
- acdu0896.zip → XBIN.TXT
- XBin Specifications (from archive.org)
Sample files
- acdu0896.zip → *.XB