Reading AlbumArt

From MediaMonkey Wiki
Jump to navigation Jump to search

In order to read AlbumArt in an external application you need to save it as a temp file. For more information on doing this, see ISDBImage::ImageData. To show the image in your application you could then do something like:

using System.Windows.Media.Imaging;

BitmapImage AlbumArt = new BitmapImage(new Uri(@"C:\SomeFileName.jpg"));