Skip to content

Microprose Magic: The Gathering (1997) Haar wavelet decoder

Notifications You must be signed in to change notification settings

ogamespec/WvlDecoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WvlDecoder

Microprose Magic: The Gathering (1997) wavelet decoder.

Aswan Jaguar

Overview

Surprisingly, this old game contains an implementation of Haar wavelet image compression.

The .WVL files stored in the .CAT archives are compressed using VLC compression, similar to Huffman.

The data of the image itself is stored in YCbCr fixed-point pixel format (FPU is not used in the decompression algorithm at all).

The sample application (Decomp) is based on the reverse engineering of the executable file (WaveletReverse.c).

About

Microprose Magic: The Gathering (1997) Haar wavelet decoder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published