[IMAGE-SIG] Animations with PIL

Fredrik Lundh fredrik@pythonware.com
Fri, 20 Mar 1998 09:13:20 +0100


>Is there a way to display a sequence of images in the
>same window?  It looks like PIL uses xv, and I don't think
>it's possible that way.

The show method uses xv.  If you wish to do something
else, you have to hack it yourself using your favourite GUI.
See the ImageTk and ImageWin sections on:

http://www.pythonware.com/library/pil/handbook/index.htm

for interface modules for Tk(inter) and Win32.  If you prefer
another GUI, you have to roll your own interface.

For a complete Tk example, see the Scripts/player.py utility
shipped with PIL.

Cheers /F
fredrik@pythonware.com
http://www.pythonware.com



_______________
IMAGE-SIG - SIG on Image Processing with Python

send messages to: image-sig@python.org
administrivia to: image-sig-request@python.org
_______________