PixelPerfectEngine.extbmp.extbmp

Undocumented in source.

Public Imports

PixelPerfectEngine.extbmp.animation
public import PixelPerfectEngine.extbmp.animation;

Members

Classes

ExtendibleBitmap
class ExtendibleBitmap

Proprietary image format for the engine. Mainly created to get around the lack of 16bit indexed image formats. Stores most data in XML, binary is stored after the document. Most data is little endian, future versions might be able to specify big endian data in the binary, but due to the main targets (x86 and ARM) are mainly little endian, it's unlikely.

ReplaceData
class ReplaceData

Does a Huffman encoding/decoding to convert between 8bit and 16bit.

Enums

ExtBMPFlags
enum ExtBMPFlags
Undocumented in source.

Meta