Extract Album Art from mp3 and display in an Image with Delphi?

拥有回忆 提交于 2019-12-11 05:37:57

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!