[Image-SIG] PIL 1.1.5+window 2000 problem.

qzm stuartaw at gmail.com
Mon May 16 03:37:08 CEST 2005


Just wondering if anyone has ever seen this.

I just hit a problem with the binary install of PIL1.1.5 on a windows
2000 machine with python 2.4.1,
when I load a tga it comes out as  an incorrect size, and nothing else works.

ie:
import Image
im=Image.open('test.tga')
print im.size

returns (2,0)
when it should be (640,480)

Works fine on most of the other machine around here :-/

Am going to try a rebuild from source next.
Does anyone know if PIL uses an inernal library for tga, and ifnot
what the external one is? perhaps that is damaged.

Never seen this one before :-/

Regards,
Stuart.


More information about the Image-SIG mailing list