Path: utzoo!mnetor!uunet!husc6!mit-eddie!uw-beaver!cornell!rochester!PT.CS.CMU.EDU!andrew.cmu.edu!ks26+
From: ks26+@andrew.cmu.edu (Kenneth Sykes)
Newsgroups: comp.graphics
Subject: Re: MacPaint format
Message-ID: 
Date: 10 Dec 87 22:03:32 GMT
Organization: Carnegie Mellon University
Lines: 11
In-Reply-To: <18000004@symcom>


One note on the description of Packbits/Unpackbits (8-Dec-87):

Mixed blocks need to add 1 to the control byte as well as Repeat blocks.

Old line:
>... If the control byte is greater than zero (n = c), then the next n bytes
...

Should read as

"If the control byte is greater than zero (n=c+1), the next n bytes..."