Clownacy / clownnemesis

Compressor and decompressor for the Nemesis file format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clownnemesis

A compressor and decompressor for the Nemesis format.

A description of the Nemesis format can be found here: https://segaretro.org/Nemesis_compression.

The compressor implements two prefix-code generation algorithms: Shannon-Fano and Huffman. Huffman produces the smallest files, while Shannon-Fano produces identical results to Sega's compressor.

Both an executable and library are provided. Both are written in ANSI C (C89).

To build this, use CMake.

About

Compressor and decompressor for the Nemesis file format.

License:BSD Zero Clause License


Languages

Language:C 99.3%Language:CMake 0.7%