iniquity

A re-imagining of the iconic BBS software.

View on GitHub

Module: core/xbin

XBin Image Format Support

Summary

Read and display XBin image format files

Inspired by Synchronet’s xbin_lib.js and xbimage_lib.js, this provides:

XBin is an extended BIN format that can include:

Table of contents

Classes

Interfaces

Variables

Variables

XBIN_ID

Const XBIN_ID: "XBIN\u001a"

XBin file signature

Defined in

core/src/xbin.ts:26


XBIN_ID_LENGTH

Const XBIN_ID_LENGTH: 5

Defined in

core/src/xbin.ts:27


XBinFlags

Const XBinFlags: Object

XBin flag constants

Type declaration

Name Type
COMPRESS 4
FONT 2
FONT_512 16
FONT_BLINK 8
FONT_HIGH 4
FONT_HIGHBLINK 16
FONT_NORMAL 2
NONBLINK 8
NONHIGH 32
PALETTE 1

Defined in

core/src/xbin.ts:32