hi.... i have an image Oscillator.gif and i want to implement the animation which is being shown by this image.
can anyone tel me how to do this.
or
can you please give me some links or tutorials where such programs are being wrote.
thanks you very much

Recommended Answers

All 2 Replies

Hi,

there's a few methods, someone asked a similiar question a while back on this forum:
http://www.daniweb.com/forums/thread47882.html

This is a snippet showing how to do it with wxPython (a GUI library like Tkinter but more advanced)
http://www.daniweb.com/code/snippet435.html

and you could also do it using Tkinter and just display each still image yourself onto a canvas using a loop and a delay:
http://www.daniweb.com/forums/post225611-64.html

the links that you have given me its very nice but without using GIF picture can we implement the animation on the photo (by just using tkinter and ovals)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.