[Image-SIG] Re: Error

Fredrik Lundh fredrik at pythonware.com
Tue Feb 24 18:37:24 EST 2004


<vdanilov at naumen.ru> wrote:

> there are bug, while loading this image!

note that

>>> im = Image.open("center_decenter.png")
>>> im.info.get("interlace")
1

as documented, PIL doesn't support interlaced PNG files:

    http://effbot.org/zone/pil-format-png.htm

(but I agree that "IOError: unknown error when reading image
file" isn't a very informative message...)

</F>






More information about the Image-SIG mailing list