Multimedia 075bct054
Multimedia 075bct054
INSTITUTE OF ENGINEERING
PULCHOWK CAMPUS
MULTIMEDIA
Lab Report
Conclusion
Hence LZW is a very popular compression algorithm used extensively.
Since it is lossless, no data is lost during compression. Some of its
advantages over Huffman are as follows :
● LZW requires no prior information about the input data stream.
● LZW can compress the input stream in one single pass.
● Another advantage of LZW is its simplicity, allowing fast
execution.