Abhishek-Pawar / ZIPPY

Zippy : File compression/decompression software in Haskell
Other
4 stars 0 forks source link

Folder Compression in LZW #7

Open ninadakolekar opened 6 years ago

ninadakolekar commented 6 years ago

Folder has to be recursively compressed, maintaining a directory structure. Currently, it gives error on input directory in LZW program.

@ssirowa

ninadakolekar commented 6 years ago

I think we can use the current program and call it recursively to write only to one file. For maintenance of directory structure, some additional information will have to be stored.

Modify only LZW files. Don't modify Huffman Codes. @ssirowa