Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] compression

From: hallvard:ystad:helpinhand at: 12-Sep-2001 15:18

I'm creating a GIF. Rebol has a built-in native compress function. What kind of compression is it? Has anyone written a LZW compressor / decompressor? I've been looking through the online script archive, but didn't find anything. I've written one previously, in java, but I'd very much like not to have to do it again--- ~H