[Image-SIG] Re: suspected bug in PIL 1.1.3 bmp reader

Fredrik Lundh fredrik@pythonware.com
Wed, 14 May 2003 00:39:29 +0200


Jeff Breidenbach wrote:

> I tried the BmpReader patch below [1] supplied by Fredrik [2] to see
> if it would fix a BMP reader problem [3]. Unfortunately it appeared to
> have no effect, and the same error message occured namely "ValueError:
> unknown raw mode."

PIL 1.1.4 doesn't seem to have any problems reading the file
at http://www.jab.org/www/foo.bmp, so you maybe you didn't
manage to install the patch after all...

or maybe some other change in 1.1.4 solved the problem...

you can get fresh 1.1.4 sources from this page:

    http://www.pythonware.com/products/pil

</F>