from PIL import Image
Image.open(‘c:\\11.wmf’).save(‘c:\\12.jpg’)
ощибка
Traceback (most recent call last):
File «
Image.open(‘c:\\11.wmf’).save(‘c:\\12.jpg’)
File «C:\Python27\lib\site-packages\PIL\Image.py», line 1980, in open
raise IOError(«cannot identify image file»)
IOError: cannot identify image file
В http://www.pythonware.com/library/pil/handbook/index.htm написано WMF (identify only) - WMF (Только для определения).