开发者

WP7: Creating a movie from bitmap images

I'm developing a WP7 app. I have a collection of BitmapImages that I load from the isolated storage.

Now I want to make a movie or animated GIF from those BitmapImages, is this possible? And if yes how?

An animated GIF is probably not开发者_JAVA技巧 possible because Silverlight does not work with gifs.


Yes Windows Phone 7 doesn't support animated GIFs. Here's a link to something similar that might be able to help you though:

Display GIFs in a Windows Phone 7 application


If you have a collection of images in isolated storage I'm guessing that you don't want to turn them into an animated gif on the phone anyway.

Just use a Timer to cycle through the images.
If you want greater control over the "playback" you could create an actual movie file but whether this is practical will depend on the images and how you get them into IS in the first place.


Using story board would be a good idea to create an animation. But the problem is how to export the animation. I have been thinking a solution for a long time.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜