[Tkinter-discuss] Can tkinter handle an animation containing 10, 000 2d disks?

2009-05-14 Thread Protosssword
Dear Colleagues, I am considering using python to write a simulation program to display the motions of about 10,000 2d disks. The program doesn't need to calculate the positions of disks. It just reads the result file and displays disks on the screen. I wonder whether Tkinter has this ability

[Tkinter-discuss] How to export the image drawn by canvas?

2009-09-30 Thread Protosssword
Dears,: I use canvas to make animation by continuously displaying objects. Now I want to export what is displayed in canvas to an image file(.bmp, jpeg,png,... is OK) Is there such function in tkinter and how can I attain this? Thank you very much! Shengxu