从 EPS 文件中提取 XMP 元数据
我正在尝试在 C# 或经典 ASP 中实现一个模块,该模块从 EPS 文件中提取 XMP 数据。
是否有一个框架或组件(不一定是免费的)可以帮助我创建这个模块?
任何建议/指导将不胜感激。
I am trying to implement a module in either C# or classic ASP, which extracts the XMP data from a EPS file.
Is there a framework or component (not necesarilly free) which can help me to create this module?
Any advice / direction will be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
虽然我没有检查 http://www.imagemagick.org/ 应该能够做到这一点并且它可以作为 ASP COM 对象加载。
编辑:
根据此信息,有可能:
如何在 Rails 应用程序中使用 mini_magick 获取 EXIF 关键字?
针对此新信息重写(未测试):
其中 trg 是您的文件,然后您必须处理输出以获取您需要的信息。
While I didn't check http://www.imagemagick.org/ should be able to do this and it can be loaded as an ASP COM object.
Edit:
According to this info it is possible:
How to get EXIF keywords using mini_magick in a Rails app?
Re-written for this new info (not tested):
Where trg is your file, you would then have to process the output to get the info you needed.