使用 Delphi 从 mp3 中提取专辑封面并以图像形式显示?
我想这样做,但不想使用外部 DLL 文件。
专辑封面是存储在 MP3 文件中的图片。我想把它拿出来展示一下。我在网上搜索但找不到源文件。
提前致谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ID3v2 标签支持 MP3 中的专辑封面。
此搜索上的第一个 Experts Exchange 回答了如何执行此操作在德尔福。
ID3 有一个实现列表,包括 Delphi 实现。
——杰罗恩
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