Question: need to write a C program for compression and decompression of an image and text file using gcc by using lzw method Lab #3: LZW

need to write a C program for compression and decompression of an image and text file using gcc by using lzw method
Lab #3: LZW Compression In this lab the student is introduced to digital data compression. At the course website there is an image called golfcore.ppm. You are to write C-code to compress and decompress this file. Compressed data must be stored to a file in a manner that facilitates decompression. The programs may be written under linux using gcc or under Windows using Visual C. There does not need to be any graphical user interface, but the user should be able to select the filename. The code to be implemented is Lempel-Ziv-Welch (LZW). There is no difference in the implementation for ECE4680 and ECE 6680 students. Besides the image, the codec should be tested on a text file (student's choice) and binary executable (student's choice)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
