Path: utzoo!attcan!uunet!husc6!bloom-beacon!oberon!sdcrdcf!hplabs!hp-pcd!hpcvlx!mark From: mark@hpcvlx.HP.COM (Mark Rowe) Newsgroups: comp.lang.postscript Subject: Re: image problem Message-ID: <510005@hpcvlx.HP.COM> Date: 11 May 88 15:18:32 GMT References: <11116@sunybcs.UUCP> Organization: Hewlett-Packard Co., Corvallis, OR, USA Lines: 11 Check the amount of data read by the data acquisition procedure (the fifth parameter to the image statement. This procedure is called a sufficient number of times to get the necessary amount of information, but does not know how much information is needed. Therefore, the final call to this procedure may read past the end of the actual data. In order to avoid having to pad data at the end of the image data it is necessary that the total number of bytes required by the image be an exact multiple of the number of bytes returned by the procedure. Mark Rowe mark@hp-pcd