Implementation of encoding and decoding of LZ77 compression algorithm using python..
- Clone the repository
$ git clone https://github.com/AbdallahHemdan/LZ77-compression-algorithm.git
- Navigate to repository directory
$ cd LZ77-compression-algorithm
- Run encoding file
$ python ./encoding.py
-
Enter Sliding window size
-
Enter look ahead window size
-
Run decoding file
$ python ./decoding.py
- Look at out.jpg in the repository folder