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