[Image-SIG] PIL Bug - Image.putpixel()

Robert Walkley Robw@crawfish.co.uk
Tue, 28 Aug 2001 14:14:29 +0100


Hello,
	I noticed Image.putpixel() crashes the python interpretor with some
formats of BMP files. It's worth noting the files were created from Adobe
Photoshop just in case it generates bmp files in a slightly different manor.
The results I had with the following formats are as follows

-4 bit non-rle bmp - worked ok

-4 bit RLE bmp - appeared to be a problem opening image ( Image.open() )

-8 bit non-rle bmp - CRASHED

-8 bit RLE bmp - appeared to be a problem opening image ( Image.open() )

-24 bit non-rle bmp - worked ok

Thanks,

Robert Walkley.