Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 488 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 488 Bytes

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