Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!emory!mephisto!prism!prism.gatech.EDU!ccoprrm From: ccoprrm@prism.gatech.EDU (Robert E. Minsk) Newsgroups: comp.sys.sgi Subject: Re: toyuv Message-ID: <9132@hydra.gatech.EDU> Date: 9 May 90 23:43:56 GMT Sender: ccoprrm@prism.gatech.EDU Distribution: usa Organization: Office of Computing Service - High Performace Computing Lines: 13 I wrote my own version of iris2yuv a while back and was wondering how you handled the following situations. I would try it, but I'm in the middle of an animation and want to stick with code I trust (mine :-) 1. Is the code based on the code examples in the back of the book? If so, did you account for the one-pixel shift of the image? (Examine the shift part of the code) 2. If the image is less than yuv size how do you pad the image (center, lower- left, ...) ? Your code is just a tad bit faster than mine which adds up after couple of thousand frames.