Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.sys.apple2.programmer > #961
| From | D Finnigan <dog_cow@macgui.com> |
|---|---|
| Newsgroups | comp.sys.apple2.programmer |
| Subject | RE: LZW decompressor |
| Date | 2013-11-09 18:34 +0000 |
| Organization | Mac GUI |
| Message-ID | <dog_cow-1384022046@macgui.com> (permalink) |
| References | <marklim-1383903408@macgui.com> |
Mark P M Lim wrote: > > Just wondering if the decoder (UnpackLZW) is compatible with the encoder > of > ShrinkItGS. The decoder was originally meant to inflate sdk (not shk) > files The Dynamic LZW/1 and LZW/2 used in ShrinkIt are not exactly the same as the LZW algorithm used in Unix compress. There is an RLE step involved. You should read the File Type Notes for NuLib; it explains some of these changes. Dynamic LZW/2 is only used in GS ShrinkIt. -- ]DF$ Apple II Book: http://macgui.com/newa2guide/ Usenet: http://macgui.com/usenet/ <-- get posts by email! Apple II Web & Blog hosting: http://a2hq.com/
Back to comp.sys.apple2.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
RE: LZW decompressor Mark P M Lim <marklim@macgui.com> - 2013-11-08 09:36 +0000
RE: LZW decompressor D Finnigan <dog_cow@macgui.com> - 2013-11-09 18:34 +0000
RE: LZW decompressor Mark P M Lim <marklim@macgui.com> - 2013-11-10 02:37 +0000
RE: LZW decompressor Mark P M Lim <marklim@macgui.com> - 2013-11-23 02:31 +0000
Re: LZW decompressor markpmlim@yahoo.com.sg - 2013-12-24 18:51 -0800
Re: LZW decompressor Mark P M Lim <marklim@macgui.com> - 2013-12-28 01:51 +0000
Re: LZW decompressor denisbytezone@gmail.com - 2014-03-20 00:37 -0700
Re: LZW decompressor Mark P M Lim <markpmlim@yahoo.com.sg> - 2014-03-20 22:28 +0000
Re: LZW decompressor Denis Molony <denisbytezone@gmail.com> - 2014-03-21 16:26 -0700
csiph-web