Does it mean the table put together with the compressed file when we transfer the file over the network? Thanks! bettie
B
Bettie
@Bettie
Posts
-
LZW compression algorithm -
LZW compression algorithmPlease open this link and read the information. They use the name DICTIONARY instead of TABLE. Thanks! http://www.cs.cf.ac.uk/Dave/Multimedia/node214.html bettie
-
LZW compression algorithmAs what I know, we need to create a table for LZW compression. I just don't understand how the program keeps track the TABLE when we compress a file from one machine, then transfer the file to another machine and decompress the file. Is the TABLE transfered with the compressed file? Please help me with this issue. Thank you very much. bettie
-
LZW compression using C#Is anyone know how or where I can get information about LZW compression using C#? Thank You bettie