Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!netnews.upenn.edu!eecae!cps3xx!cpsvax!dulimart From: dulimart@cpsvax.cps.msu.edu (Hansye S. Dulimarta) Newsgroups: comp.graphics Subject: GIF decoding info Message-ID: <3718@cps3xx.UUCP> Date: 10 Jul 89 00:05:18 GMT Sender: usenet@cps3xx.UUCP Reply-To: dulimart@cpsvax.UUCP (Hansye S. Dulimarta) Distribution: comp Organization: Michigan State University, Computer Science Department Lines: 11 Hi folks, I need some help from you. I'm writing a program for decoding a picture in GIF format and now I'm bumped into the problem of "uncompressing" the LZW-coded raster data. My problem is : I don't understand what I'm supposed to do when the code is read ? Should I re-initilize the string table as well, like when we get the code ? Should I discard the rest of raster data ? Any idea will be appreciated. THanks a lot. Hans.