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

[REBOL] Re: compression

From: hallvard:ystad:helpinhand at: 26-Sep-2001 21:24

Gregg Irwin skrev (Wednesday 12.09.2001, kl. 21.50):
>If you just published an >implementation of LZW in REBOL "for academic purposes", you shouldn't get >in >any trouble.
Well, then, here you are (this is published for academic purposes only, do you hear!): http://folk.uio.no/hallvary/rebol/converter.r This is one of the very first things I ever made in rebol, and so I feel the code is rather "lumpy", if that makes any sense. Anyone who feels like looking at the code and proposing changes, be my guest! The script takes an OTA bitmap (i.e. the image format used by cellular phones, at least by Nokia phones, for so-called "operator logos") and turns it into a GIF. ~H