问题
I want to do this and I don't want to have an external DLL file used.
Album Art is a picture which is stored in a for example MP3 file. I want to get it out and display it. I searched the net but I couldn't find a source file.
Thanks in advance
回答1:
Album Art in MP3 is supported in ID3v2 tags.
The first Experts Exhange hit on this search answers how to do that in Delphi.
ID3 has a list of implementations, including Delphi implementations.
--jeroen
来源:https://stackoverflow.com/questions/3394678/extract-album-art-from-mp3-and-display-in-an-image-with-delphi