I'm building an application in C # and ASP.NET MVC and Razor that reads data from mp3 files, but I can not display the album image. I have tried several libraries available, extracted all the information but the album cover art, I believe it is necessary to convert bitmap information to jpeg
or some other format to be displayed via <img src>
.
Can anyone help me?