openexr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Openexr-devel] Writing scanline at a time


From: Charles Henrich
Subject: Re: [Openexr-devel] Writing scanline at a time
Date: Mon, 14 Apr 2003 22:33:02 -0700
User-agent: Mutt/1.2.5i

>       for (int y = 0; y < height; ++y)
>       {
>           for (int x = 0; x < width; ++x)
>           {
>               g[x] = ...;
>               z[x] = ...;
> 
>               file.writePixels (height);
>           }
>       }

Im thinking that file.writePixels(height) is meant to be in the outerloop
yeah?  This would be a good sample for the web pages!

-Crh

       Charles Henrich                                   address@hidden

                         http://www.sigbus.com/~henrich




reply via email to

[Prev in Thread] Current Thread [Next in Thread]