An open API service indexing awesome lists of open source software.

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

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`