Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!pt.cs.cmu.edu!rochester!udel!eplrx7!cristy From: cristy@eplrx7.UUCP (cristy) Newsgroups: comp.lang.postscript Subject: Runlength Encoded Images for 'image' Operator Message-ID: <720@eplrx7.UUCP> Date: 28 Aug 89 18:58:22 GMT Reply-To: cristy@eplrx7.UUCP (John Cristy) Followup-To: comp.lang.postscripT Organization: E.I. du Pont de Nemours & Co. Lines: 11 I need a small routine that would allow the 'image' operator to read runlength encoded 8 bit images. That is, each hex grayscale value is preceded by a value that indicates its repeat count. For example, ff01 means 256 (repeat count +1) values of 1. This is useful to reduce the amount of data that must be sent over the communication line. Please respond via Email to cristy@dupont.com. Thanks muchly in advance.