Skip to content

ShroukMansour/Compression-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Compression algorithms techniques: LZ77, LZW, Standard Huffman, Adaptive Humman, quantizer, and predictive feed forward

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages