Wait, no, this one's wrong too. Don't commit it. It's correct for odd
heights but not even heights.
To calculate the number of rows divisible by N, I have to divide the
0-based index of the maximum row by N and add 1 (for the ever-present
row 0). However, I divided the height, which is maximum row
2009/8/17 Vincent Povirk :
> This time with correct interlacing code.
Patch?
Don't commit this. I screwed up the interlacing.
On Mon, Aug 17, 2009 at 2:01 PM, Vincent Povirk wrote:
>
>
>
>
>
>
--
Vincent Povirk