File Type: Visual Basic 6 form
Purpose: Provides 32bit RLE Compression to data files
Version: 1.2 | history Download
Author: kamikazi at blastzone dot net
Documentation:
RifLE is an RLE compressor optimized for 32bit files. Instead of using 8-bit reads, it uses
a 32-bit read, which allows for better compression ratios on some file types.Compression ratios
of 67% were averaged on 32bit targa (TGA) files.
Please note the copyright information in the module. This file is released as open-source.
Support is limited.