Displaying 1 result from an estimated 1 matches for "toimag".
Did you mean:
toimage
2010 Jan 21
0
python-theora: some comments
...ng scipy misc I get
Traceback (most recent call last):
File "browse-video.py", line 8, in <module>
img = t.get_frame_image()
File "theora.pyx", line 681, in theora.Theora.get_frame_image (theora.c:3556)
AttributeError: 'module' object has no attribute 'toimage'
and indeed
Python 2.5.4 (r254:67916, Nov 19 2009, 22:14:20)
[GCC 4.3.4] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from scipy.misc import toimage
Traceback (most recent call last):
File "<s...