简体   繁体   中英

How to show WebP images in Windows Phone 8 (Silverlight)

How do I show WebP images in Windows Phone 8's Image control where it only supports jpeg and png. I have found a decoder for GIFs but nothing for WebP. Help.

I have a library for decoding WebP in Universal Windows Platform (Windows 10). If you're targeting WP10 you can just install the SDK but since you're using 8.0 you can try working with the source code:

https://github.com/zumicts/Universal.WebP

Go into properties of all the C++ projects and change the target platform to WP8.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM