PIL Image can't open png file with "I"?

James Hu jhu at metrigenix.com
Fri Oct 7 16:11:59 EDT 2005


Hi,

I have png file with mode "I", 16 bit,
And I tried to open it with im=Image.open("output.png"), im.show()
I got all white image.
Don't why?
Can Image only support 'RGB' or 'RGBA' png files?

Thanks 

James



More information about the Python-list mailing list