XBIN
From Just Solve the File Format Problem
(Difference between revisions)
(→Specifications) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 8: | Line 8: | ||
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. | 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. | ||
+ | |||
+ | == Disambiguation == | ||
+ | '''xbin''' is also the name of an old utility[{{CdTextfilesURL|sourcecode/unix_c/macintsh/}}] that translates [[BinHex]] files. | ||
== Identification == | == Identification == | ||
Line 14: | Line 17: | ||
== Specifications == | == Specifications == | ||
* [http://www.acid.org/images/0896/XBIN.TXT eXtended BIN Format specification] | * [http://www.acid.org/images/0896/XBIN.TXT eXtended BIN Format specification] | ||
− | ** | + | ** {{CdTextfiles|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) | ||
Line 20: | Line 23: | ||
* [http://sourceforge.net/projects/acidview6-win32/ ACiD View]: Viewer for Windows | * [http://sourceforge.net/projects/acidview6-win32/ ACiD View]: Viewer for Windows | ||
* [[FFmpeg]] | * [[FFmpeg]] | ||
+ | * [[Konvertor]] Free Viewer / Converter for Windows | ||
+ | * [https://www.ansilove.org/ Ansilove] | ||
+ | |||
See also [[ANSI Art#Software]]. | See also [[ANSI Art#Software]]. | ||
== Sample files == | == Sample files == | ||
− | * [http:// | + | * {{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 | ||
+ | * {{DexvertSamples|image/xb}} | ||
== Links == | == Links == | ||
* [[Wikipedia:XBin|Wikipedia article]] | * [[Wikipedia:XBin|Wikipedia article]] |
Latest revision as of 04:05, 28 December 2023
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 |
[edit] Disambiguation
xbin is also the name of an old utility[1] that translates BinHex files.
[edit] Identification
Files begin with 'X' 'B' 'I' 'N' 0x1A
.
[edit] Specifications
- eXtended BIN Format specification
- acdu0896.zip → XBIN.TXT
- XBin Specifications (from archive.org)
[edit] Software
See also ANSI Art#Software.