[Image-SIG] PNG Decoder Bug

Fredrik Lundh fredrik@pythonware.com
Tue, 16 Jan 2001 13:49:45 +0100


oops.  the end of my previous mail should have been:

well, it's a known and documented bug.  from the "Image File
Formats" chapter, the PNG section:

     "The library identifies, reads, and writes PNG files containing
     "1", "L", "P", "RGB", or "RGBA" data. Interlaced files are currently
     not supported.

And yes, it's also in our internal bug database.  I'm afraid there's no
ETA for a fix, though (had it been easy to fix, I would have added
it when I first implemented PNG support...)
 
 Cheers /F