Ejemplo n.º 1
0
 public static ImageSource GetWebPFrame(string path)
 {
     //return null;
     //return new BitmapImage(new Uri("file:///" + path));
     return(WebPImage.DecodeFromPath(path));
 }
Ejemplo n.º 2
0
 public static ImageSource GetWebPFrame(string path)
 {
     return(WebPImage.DecodeFromPath(path));
 }