Skip to content

Releases: Developers-Collective/LHCompressor

LH Compressor

28 Aug 20:56
d86fe2c

Choose a tag to compare

Used compiler optimizations to further speed it up:

    gcc main.c FileIO.c LH.c -o LH_C.exe -O3

LH Compressor

27 Aug 20:43
1e75236

Choose a tag to compare

Usage:

LH_C.exe <filename>

to get the given file as a compressed LH file. The file is stored in the
same directory as the original one, with the file extension ".LH".