|
Hi, I captured image from digital camera and saved it to png
file with: Image.fromstring("I", datasize, origFrame.pBuffer,
'raw', 'I;16') But when I open it with PIL.Image im=Image.open(“*.png”) Im.show() Got white image, What might be the problem? This png file can be open with IrfanView, or using wx.Image. Thanks in advance. James |
_______________________________________________ Image-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/image-sig
