Use the image format of the web in your Universal App with this open-source image library. WebP for the UWP provides a wrapper to help you decode images in any language (C#, C++, JS and VB) utilizing libwebp asynchronously. Decoded images are returned in an iBuffer.
Wrapper maps the following functions: GetSizeAsync DecodeBgraAsync DecodeRgbaAsync DecodeArgbAsync DecodeBgrAsync DecodeRgbAsync
*Support for encoding will be added soon. |