Hi,
I have png file with mode "I", 16 bit,
And I tried to open it with im=Image.open("testI16.png"), im.show()
I got all white image.
Don't why?
does Image only support 'RGB' or 'RGBA' png files?
I have png file with mode "I", 16 bit,
And I tried to open it with im=Image.open("testI16.png"), im.show()
I got all white image.
Don't why?
does Image only support 'RGB' or 'RGBA' png files?
I am not sure if I can attach the png file here.
so if someone is onterested, I can send the file.
Thanks a lot!
James
_______________________________________________ Image-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/image-sig
