Module signum::images::imc[][src]

The *.IMC file format

This is an custom ASH format for storing screenshots and images. The magic bytes are bimc0002. Its full name likely somewhere between "bitmap in-memory copy" and "black/white image compressed".

Structs

MonochromeScreen

A fixed size 600x420 pixel screen buffer

Functions

decode_imc

Decode a Signum! .IMC image

parse_imc

Parse a plain IMC file to a screen buffer.