Nokia Cinemagraph is able to save gif files to Pictures folder on the device. However XNA MediaLibrary class allows to save only JPEG files there.

How they are able to save gif files? Is there a new class in WP8 that let's you do that?

有帮助吗?

解决方案 2

I got reply from Justin Angel (@JustinAngel) that those APIs are not exposed to the public.

其他提示

Nokia Cinemagraph doesn't exactly save GIF files in the Pictures folder, it actually stores a JPG photo along with a link to data stored in the local folder of the app.

This is done by using the new Rich media extensibility functionality introduced with Windows Phone 8.

Rich media apps incorporate data from the local folder or the web to provide a unique experience for viewing or editing the images they have captured.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top