metaeducation / rebol-issues

6 stars 1 forks source link

decompress/method myBinaryData 'LZW #361

Open rebolbot opened 16 years ago

rebolbot commented 16 years ago

Submitted by: oldes

Would it be possible to use C-code which is already in Rebol used for loading GIF images as a part of decompress function?

CC - Data [ Version: alpha 31 Type: Wish Platform: All Category: n/a Reproduce: Always Fixed-in:none ]

rebolbot commented 15 years ago

Submitted by: BrianH

R3 currently doesn't have support for loading GIFs, but the code might be in the zlib, if that is what it uses for decompress.

Oldes commented 5 years ago

@BrianHawley actually the code for decompression was always there, we just had no sources:) https://github.com/rebol/rebol/blob/master/src/core/u-gif.c#L76

Would be good to add also the compress part for the LZW.