How to Convert IPicture to Image - .NET 4.5 TagLib Sharp
问题 I am wanting to display the album artwork of a song (accessed via the taglib-sharp library) within a Windows Forms picture box. The problem I'm running into is that the taglib-library returns an image of type TagLib.IPicture whereas the picture box requires an object of type System.Drawing.Image . I have scoured the internet for many hours now, looking for a way to convert from an IPicture to Image , but to no avail. The best lead I have is this: http://msdn.microsoft.com/en-us/library/system