I'm running under Microsoft Vista in a pc environment.
The atached PILTest.py yields a Windows Photo Galery window with no items selected. How do I view the image? george
import Image,ImageWin
import os
files = os.listdir('.')
fname = files[-1]
print fname
im = Image.open(fname)
print im.format, im.size, im.mode
im.show()
_______________________________________________ Image-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/image-sig
