Fredrik Lundh wrote:
> Craig wrote:
>
> > I'm trying to open colour BMPs using PIL and I'm getting the following
> > errors.
>
> what program did you use to produce those BMP files? can you prepare
> reasonably small samples using the same program and post them somewhere?
>
>
Thanks for the rep
Craig wrote:
> I'm trying to open colour BMPs using PIL and I'm getting the following
> errors.
what program did you use to produce those BMP files? can you prepare
reasonably small samples using the same program and post them somewhere?
--
http://mail.python.org/mailman/listinfo/python-lis
Hi there,
I'm trying to open colour BMPs using PIL and I'm getting the following
errors.
Opening a 16 colour BMP I get:
>>> im = Image.open("image.bmp")
Traceback (most recent call last):
File "", line 1, in
im = Image.open("lightbulb2.bmp")
File "C:\Python25\Lib\site-packages\PIL\Imag