i have an picture.jpg which is 11 megabytes size. And i'd like to put this image in image container
BitmapImage bmp = new BitmapImage(new Uri(Path));
image1.Source = bmp;
so its cost me about 0.5 seconds UI freeze.
How can I avoid such a freeze?