Re: [7/10] windowscodecs: implement CopyPixels for GIF decoder (resend 2)

2009-08-17 Thread Vincent Povirk
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

Re: [7/10] windowscodecs: implement CopyPixels for GIF decoder (resend)

2009-08-17 Thread Reece Dunn
2009/8/17 Vincent Povirk : > This time with correct interlacing code. Patch?

Re: [7/10] windowscodecs: implement CopyPixels for GIF decoder

2009-08-17 Thread Vincent Povirk
Don't commit this. I screwed up the interlacing. On Mon, Aug 17, 2009 at 2:01 PM, Vincent Povirk wrote: > > > > > > -- Vincent Povirk