XBIN
From Just Solve the File Format Problem
(Difference between revisions)
(→Sample files) |
|||
Line 30: | Line 30: | ||
* {{CdTextfiles|darkdomain/artpacks/1996/acdu0896.zip|acdu0896.zip}} → *.XB | * {{CdTextfiles|darkdomain/artpacks/1996/acdu0896.zip|acdu0896.zip}} → *.XB | ||
* [http://www.blocktronics.org/downloads/artpacks/blocktronics_block_to_the_future.zip blocktronics_block_to_the_future.zip] → *.xb | * [http://www.blocktronics.org/downloads/artpacks/blocktronics_block_to_the_future.zip blocktronics_block_to_the_future.zip] → *.xb | ||
+ | * https://telparia.com/fileFormatSamples/image/test.xb | ||
== Links == | == Links == | ||
* [[Wikipedia:XBin|Wikipedia article]] | * [[Wikipedia:XBin|Wikipedia article]] |
Revision as of 15:08, 26 May 2020
XBIN (eXtended BIN) is a character graphics format. Its purpose is similar to that of ANSI Art. It was designed to be a successor to BIN format. 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 |
Disambiguation
xbin is also the name of an old utility[1] that translates BinHex files.
Identification
Files begin with 'X' 'B' 'I' 'N' 0x1A
.
Specifications
- eXtended BIN Format specification
- acdu0896.zip → XBIN.TXT
- XBin Specifications (from archive.org)
Software
See also ANSI Art#Software.
Sample files
- acdu0896.zip → *.XB
- blocktronics_block_to_the_future.zip → *.xb
- https://telparia.com/fileFormatSamples/image/test.xb