https://github.com/shroukmansour/compression-algorithms
Compression algorithms techniques: LZ77, LZW, Standard Huffman, Adaptive Humman, quantizer, and predictive feed forward
https://github.com/shroukmansour/compression-algorithms
adaptive-huffman compression-algorithm java lz77 lzw-compression predictive-feed-forward quantization standard-huffman
Last synced: 3 months ago
JSON representation
Compression algorithms techniques: LZ77, LZW, Standard Huffman, Adaptive Humman, quantizer, and predictive feed forward
- Host: GitHub
- URL: https://github.com/shroukmansour/compression-algorithms
- Owner: ShroukMansour
- Created: 2017-11-03T20:25:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-10T09:52:35.000Z (over 7 years ago)
- Last Synced: 2025-01-10T14:30:55.272Z (5 months ago)
- Topics: adaptive-huffman, compression-algorithm, java, lz77, lzw-compression, predictive-feed-forward, quantization, standard-huffman
- Language: Java
- Homepage:
- Size: 95.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Compression-Algorithms
Compression algorithms techniques.
## Text Compression
- LZ77
- LZW
- Arithmetic
- Standard Huffman
- Adaptive Humman
## Image Compression
- Quantizer
- Predictive Feed Forward
#### Steps to compress file:
1. select the file you want to compress or decompress
2. select the compression techniques
3. click on compress or decompress
Note: `Make sure to change directories`