[Help] lz77wii compression
-
- Posts: 1
- Joined: Fri Jul 17, 2020 2:35 am
[Help] lz77wii compression
How do I use the lz77wii algorithm to compress files with quickbms?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: [Help] lz77wii compression
In this way:
lz77wii is a container of compressed data, therefore such data may be compressed using various algorithms. quickbms uses one of them by default and it can't be changed at the moment, it will be possible in the next version.
Code: Select all
comtype lz77wii_compress
get SIZE asize
clog "dump.dat" 0 SIZE SIZE
lz77wii is a container of compressed data, therefore such data may be compressed using various algorithms. quickbms uses one of them by default and it can't be changed at the moment, it will be possible in the next version.