On Sat, Jun 02, 2001 at 01:29:50AM +0200, Sven Neumann wrote:
> > attached is a patch to handle interlaced png's.
>
> I'd have prefered a unified diff (diff -u), but I'm not even
> sure how Dok and Andi think about this.
>
> I have a comment on the patch however:
>
> > ! /* TODO */
> > ! while (number_of_passes--) {
> > ! int h = png_height;
> > ! png_bytep dest = dst;
> > ! while (h--) {
> > ! png_read_row( png_ptr, dest, NULL );
> > ! dest += pitch;
> > ! }
>
> why does it day TODO here? I have not yet tried the patch but
just remove it. That's a mistake. Everything works fine,
I verified it with dfbsee and a couple of interlaced png's.
--
Johannes
--
Info: To unsubscribe send a mail to [EMAIL PROTECTED] with
"unsubscribe directfb-dev" as subject.