[Qt-qml] How to animate a sequence of png images

2010-09-09 Thread Andrew.Ratcliff
Hi all, What is the best way to animate a looping sequence of 30 or so transparent png images in QML? Cheers Andy ___ Qt-qml mailing list Qt-qml@trolltech.com http://lists.trolltech.com/mailman/listinfo/qt-qml

Re: [Qt-qml] How to animate a sequence of png images

2010-09-09 Thread michael.brasser
AnimatedImage provides support for mng and animated gifs, if either of those is an option for you. Regards, Michael On 09/09/2010, at 4:12 PM, ext andrew.ratcl...@nokia.commailto:andrew.ratcl...@nokia.com wrote: Hi all, What is the best way to animate a looping sequence of 30 or so

Re: [Qt-qml] How to animate a sequence of png images

2010-09-09 Thread Andrew.Ratcliff
Hi Michael Hadn't come across mng format before but that has done the trick thanks. FYI to make mng format from transparent png files: http://social.msdn.microsoft.com/Forums/en-US/hddvd/thread/90c3d6de-2613-4372-84fd-b1921c45a6d5 I found that using ImageMagick was the least painless of several

Re: [Qt-qml] How to animate a sequence of png images

2010-09-09 Thread Jason H
I've used AVISynth to turn PNGs into AVIs. http://avisynth.org/mediawiki/Main_Page It's scripted. From: andrew.ratcl...@nokia.com andrew.ratcl...@nokia.com To: michael.bras...@nokia.com Cc: Qt-qml@trolltech.com Sent: Thu, September 9, 2010 6:29:08 AM