Does anyone know where I can get some C# code that handles LZW compression / Decompression, as I need to use compression in a uni project for compressing files to pass between a client and server app that i need to write.
I don't need to write the compression algorithm myself I just need to use it, i've been searching on the net for it but i've only found things to do with GIF's which i know use that compression method.
Question
StuRReaL
Does anyone know where I can get some C# code that handles LZW compression / Decompression, as I need to use compression in a uni project for compressing files to pass between a client and server app that i need to write.
I don't need to write the compression algorithm myself I just need to use it, i've been searching on the net for it but i've only found things to do with GIF's which i know use that compression method.
Any help is much appriecated :)
Thankyou in advance.
Link to comment
Share on other sites
6 answers to this question
Recommended Posts